Shades of Neon Blue #5F3BFE
Tints of Neon Blue #5F3BFE
RGB
CMYK
RGB Variations
Color information
#5F3BFE (or 0x5F3BFE) is known color: Neon Blue. HEX triplet: 5F, 3B and FE. RGB value is (95,59,254). Sum of RGB (Red+Green+Blue) = 95+59+254=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F3BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3BFE is #A0C401. Grayscale: #5B5B5B. Windows color (decimal): -10535938 or 16661343. OLE color: 16661343.
HSL color Cylindrical-coordinate representation of color #5F3BFE: hue angle of 251.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F3BFE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 59 | 254 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.00 |
| HSL | 251.08º | 0.99% | 0.61% | - |
| HSV(B) | 251.08º | 0.77% | 1% | - |
| XYZ | 24.17 | 12.72 | 94.95 | - |
| YUV | 91.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 254 | 0.63 | 0.77 | 0 | 0.00 | 251.08 | 0.99 | 0.61 |
| Hex | 5F | 3B | FE | 3F | 4D | 0 | 0 | FB | 63 | 3D |
| Octal | 137 | 73 | 376 | 77 | 115 | 0 | 0 | 373 | 143 | 75 |
| Binary | 1011111 | 111011 | 11111110 | 111111 | 1001101 | 0 | 0 | 11111011 | 1100011 | 111101 |
Color Harmonies of #5F3BFE
Complementary color
Monochromatic Colors of #5F3BFE
Black with #5F3BFE
Text Example
Text Example
White with #5F3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3BFE; }
p { color: rgb(95,59,254); }
H1.HeaderClassName
{
color: #5F3BFE;
}
.AnyTagClassName
{
color: #5F3BFE;
}
</style>
background-color css
<style>
a { background-color: #5F3BFE; }
a { background-color: rgb(95,59,254); }
div.DivClassName
{
background-color: #5F3BFE;
}
.BgClassName
{
background-color: #5F3BFE;
}
</style>
border-color css
<style>
span { border-color: #5F3BFE; }
span { border-color: rgb(95,59,254); }
td.TdClassName
{
border-color: #5F3BFE;
}
.TagClassName
{
border-color: #5F3BFE;
}
</style>