Shades of Neon Blue #5951E6
Tints of Neon Blue #5951E6
RGB
CMYK
RGB Variations
Color information
#5951E6 (or 0x5951E6) is known color: Neon Blue. HEX triplet: 59, 51 and E6. RGB value is (89,81,230). Sum of RGB (Red+Green+Blue) = 89+81+230=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #5951E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951E6 is #A6AE19. Grayscale: #636363. Windows color (decimal): -10923546 or 15094105. OLE color: 15094105.
HSL color Cylindrical-coordinate representation of color #5951E6: hue angle of 243.22º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5951E6 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 81 | 230 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.10 |
| HSL | 243.22º | 0.75% | 0.61% | - |
| HSV(B) | 243.22º | 0.65% | 0.9% | - |
| XYZ | 21.35 | 13.72 | 76.39 | - |
| YUV | 100.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 230 | 0.61 | 0.65 | 0 | 0.10 | 243.22 | 0.75 | 0.61 |
| Hex | 59 | 51 | E6 | 3D | 41 | 0 | A | F3 | 4B | 3D |
| Octal | 131 | 121 | 346 | 75 | 101 | 0 | 12 | 363 | 113 | 75 |
| Binary | 1011001 | 1010001 | 11100110 | 111101 | 1000001 | 0 | 1010 | 11110011 | 1001011 | 111101 |
Color Harmonies of #5951E6
Complementary color
Monochromatic Colors of #5951E6
Black with #5951E6
Text Example
Text Example
White with #5951E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951E6; }
p { color: rgb(89,81,230); }
H1.HeaderClassName
{
color: #5951E6;
}
.AnyTagClassName
{
color: #5951E6;
}
</style>
background-color css
<style>
a { background-color: #5951E6; }
a { background-color: rgb(89,81,230); }
div.DivClassName
{
background-color: #5951E6;
}
.BgClassName
{
background-color: #5951E6;
}
</style>
border-color css
<style>
span { border-color: #5951E6; }
span { border-color: rgb(89,81,230); }
td.TdClassName
{
border-color: #5951E6;
}
.TagClassName
{
border-color: #5951E6;
}
</style>