Shades of Neon Blue #5943FA
Tints of Neon Blue #5943FA
RGB
CMYK
RGB Variations
Color information
#5943FA (or 0x5943FA) is known color: Neon Blue. HEX triplet: 59, 43 and FA. RGB value is (89,67,250). Sum of RGB (Red+Green+Blue) = 89+67+250=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #5943FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5943FA is #A6BC05. Grayscale: #5D5D5D. Windows color (decimal): -10927110 or 16401241. OLE color: 16401241.
HSL color Cylindrical-coordinate representation of color #5943FA: hue angle of 247.21º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5943FA is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 67 | 250 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.02 |
| HSL | 247.21º | 0.95% | 0.62% | - |
| HSV(B) | 247.21º | 0.73% | 0.98% | - |
| XYZ | 23.38 | 13.04 | 91.73 | - |
| YUV | 94.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 250 | 0.64 | 0.73 | 0 | 0.02 | 247.21 | 0.95 | 0.62 |
| Hex | 59 | 43 | FA | 40 | 49 | 0 | 2 | F7 | 5F | 3E |
| Octal | 131 | 103 | 372 | 100 | 111 | 0 | 2 | 367 | 137 | 76 |
| Binary | 1011001 | 1000011 | 11111010 | 1000000 | 1001001 | 0 | 10 | 11110111 | 1011111 | 111110 |
Color Harmonies of #5943FA
Complementary color
Monochromatic Colors of #5943FA
Black with #5943FA
Text Example
Text Example
White with #5943FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5943FA; }
p { color: rgb(89,67,250); }
H1.HeaderClassName
{
color: #5943FA;
}
.AnyTagClassName
{
color: #5943FA;
}
</style>
background-color css
<style>
a { background-color: #5943FA; }
a { background-color: rgb(89,67,250); }
div.DivClassName
{
background-color: #5943FA;
}
.BgClassName
{
background-color: #5943FA;
}
</style>
border-color css
<style>
span { border-color: #5943FA; }
span { border-color: rgb(89,67,250); }
td.TdClassName
{
border-color: #5943FA;
}
.TagClassName
{
border-color: #5943FA;
}
</style>