Shades of Neon Blue #5946FD
Tints of Neon Blue #5946FD
RGB
CMYK
RGB Variations
Color information
#5946FD (or 0x5946FD) is known color: Neon Blue. HEX triplet: 59, 46 and FD. RGB value is (89,70,253). Sum of RGB (Red+Green+Blue) = 89+70+253=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #5946FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5946FD is #A6B902. Grayscale: #5F5F5F. Windows color (decimal): -10926339 or 16598617. OLE color: 16598617.
HSL color Cylindrical-coordinate representation of color #5946FD: hue angle of 246.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5946FD is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 70 | 253 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.01 |
| HSL | 246.23º | 0.98% | 0.63% | - |
| HSV(B) | 246.23º | 0.72% | 0.99% | - |
| XYZ | 24.04 | 13.6 | 94.29 | - |
| YUV | 96.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 253 | 0.65 | 0.72 | 0 | 0.01 | 246.23 | 0.98 | 0.63 |
| Hex | 59 | 46 | FD | 41 | 48 | 0 | 1 | F6 | 62 | 3F |
| Octal | 131 | 106 | 375 | 101 | 110 | 0 | 1 | 366 | 142 | 77 |
| Binary | 1011001 | 1000110 | 11111101 | 1000001 | 1001000 | 0 | 1 | 11110110 | 1100010 | 111111 |
Color Harmonies of #5946FD
Complementary color
Monochromatic Colors of #5946FD
Black with #5946FD
Text Example
Text Example
White with #5946FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5946FD; }
p { color: rgb(89,70,253); }
H1.HeaderClassName
{
color: #5946FD;
}
.AnyTagClassName
{
color: #5946FD;
}
</style>
background-color css
<style>
a { background-color: #5946FD; }
a { background-color: rgb(89,70,253); }
div.DivClassName
{
background-color: #5946FD;
}
.BgClassName
{
background-color: #5946FD;
}
</style>
border-color css
<style>
span { border-color: #5946FD; }
span { border-color: rgb(89,70,253); }
td.TdClassName
{
border-color: #5946FD;
}
.TagClassName
{
border-color: #5946FD;
}
</style>