Shades of Neon Blue #5F3FE6
Tints of Neon Blue #5F3FE6
RGB
CMYK
RGB Variations
Color information
#5F3FE6 (or 0x5F3FE6) is known color: Neon Blue. HEX triplet: 5F, 3F and E6. RGB value is (95,63,230). Sum of RGB (Red+Green+Blue) = 95+63+230=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 230 (90.23% from 255 or 59.28% from 388); Max value from RGB is 230 - color contains mainly: blue. Hex color #5F3FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3FE6 is #A0C019. Grayscale: #5A5A5A. Windows color (decimal): -10534938 or 15089503. OLE color: 15089503.
HSL color Cylindrical-coordinate representation of color #5F3FE6: hue angle of 251.5º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F3FE6 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 63 | 230 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.10 |
| HSL | 251.5º | 0.77% | 0.57% | - |
| HSV(B) | 251.5º | 0.73% | 0.9% | - |
| XYZ | 20.78 | 11.7 | 76.03 | - |
| YUV | 91.61 | 206.1 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 230 | 0.59 | 0.73 | 0 | 0.10 | 251.5 | 0.77 | 0.57 |
| Hex | 5F | 3F | E6 | 3B | 49 | 0 | A | FB | 4D | 39 |
| Octal | 137 | 77 | 346 | 73 | 111 | 0 | 12 | 373 | 115 | 71 |
| Binary | 1011111 | 111111 | 11100110 | 111011 | 1001001 | 0 | 1010 | 11111011 | 1001101 | 111001 |
Color Harmonies of #5F3FE6
Complementary color
Monochromatic Colors of #5F3FE6
Black with #5F3FE6
Text Example
Text Example
White with #5F3FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FE6; }
p { color: rgb(95,63,230); }
H1.HeaderClassName
{
color: #5F3FE6;
}
.AnyTagClassName
{
color: #5F3FE6;
}
</style>
background-color css
<style>
a { background-color: #5F3FE6; }
a { background-color: rgb(95,63,230); }
div.DivClassName
{
background-color: #5F3FE6;
}
.BgClassName
{
background-color: #5F3FE6;
}
</style>
border-color css
<style>
span { border-color: #5F3FE6; }
span { border-color: rgb(95,63,230); }
td.TdClassName
{
border-color: #5F3FE6;
}
.TagClassName
{
border-color: #5F3FE6;
}
</style>