Shades of Neon Blue #5945FA
Tints of Neon Blue #5945FA
RGB
CMYK
RGB Variations
Color information
#5945FA (or 0x5945FA) is known color: Neon Blue. HEX triplet: 59, 45 and FA. RGB value is (89,69,250). Sum of RGB (Red+Green+Blue) = 89+69+250=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #5945FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5945FA is #A6BA05. Grayscale: #5E5E5E. Windows color (decimal): -10926598 or 16401753. OLE color: 16401753.
HSL color Cylindrical-coordinate representation of color #5945FA: hue angle of 246.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5945FA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 69 | 250 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.02 |
| HSL | 246.63º | 0.95% | 0.63% | - |
| HSV(B) | 246.63º | 0.72% | 0.98% | - |
| XYZ | 23.5 | 13.28 | 91.77 | - |
| YUV | 95.61 | 215.13 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 250 | 0.64 | 0.72 | 0 | 0.02 | 246.63 | 0.95 | 0.63 |
| Hex | 59 | 45 | FA | 40 | 48 | 0 | 2 | F7 | 5F | 3F |
| Octal | 131 | 105 | 372 | 100 | 110 | 0 | 2 | 367 | 137 | 77 |
| Binary | 1011001 | 1000101 | 11111010 | 1000000 | 1001000 | 0 | 10 | 11110111 | 1011111 | 111111 |
Color Harmonies of #5945FA
Complementary color
Monochromatic Colors of #5945FA
Black with #5945FA
Text Example
Text Example
White with #5945FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5945FA; }
p { color: rgb(89,69,250); }
H1.HeaderClassName
{
color: #5945FA;
}
.AnyTagClassName
{
color: #5945FA;
}
</style>
background-color css
<style>
a { background-color: #5945FA; }
a { background-color: rgb(89,69,250); }
div.DivClassName
{
background-color: #5945FA;
}
.BgClassName
{
background-color: #5945FA;
}
</style>
border-color css
<style>
span { border-color: #5945FA; }
span { border-color: rgb(89,69,250); }
td.TdClassName
{
border-color: #5945FA;
}
.TagClassName
{
border-color: #5945FA;
}
</style>