Shades of Neon Blue #5F3FEA
Tints of Neon Blue #5F3FEA
RGB
CMYK
RGB Variations
Color information
#5F3FEA (or 0x5F3FEA) is known color: Neon Blue. HEX triplet: 5F, 3F and EA. RGB value is (95,63,234). Sum of RGB (Red+Green+Blue) = 95+63+234=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F3FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3FEA is #A0C015. Grayscale: #5B5B5B. Windows color (decimal): -10534934 or 15351647. OLE color: 15351647.
HSL color Cylindrical-coordinate representation of color #5F3FEA: hue angle of 251.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F3FEA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 63 | 234 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.08 |
| HSL | 251.23º | 0.8% | 0.58% | - |
| HSV(B) | 251.23º | 0.73% | 0.92% | - |
| XYZ | 21.35 | 11.93 | 79.02 | - |
| YUV | 92.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 234 | 0.59 | 0.73 | 0 | 0.08 | 251.23 | 0.8 | 0.58 |
| Hex | 5F | 3F | EA | 3B | 49 | 0 | 8 | FB | 50 | 3A |
| Octal | 137 | 77 | 352 | 73 | 111 | 0 | 10 | 373 | 120 | 72 |
| Binary | 1011111 | 111111 | 11101010 | 111011 | 1001001 | 0 | 1000 | 11111011 | 1010000 | 111010 |
Color Harmonies of #5F3FEA
Complementary color
Monochromatic Colors of #5F3FEA
Black with #5F3FEA
Text Example
Text Example
White with #5F3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FEA; }
p { color: rgb(95,63,234); }
H1.HeaderClassName
{
color: #5F3FEA;
}
.AnyTagClassName
{
color: #5F3FEA;
}
</style>
background-color css
<style>
a { background-color: #5F3FEA; }
a { background-color: rgb(95,63,234); }
div.DivClassName
{
background-color: #5F3FEA;
}
.BgClassName
{
background-color: #5F3FEA;
}
</style>
border-color css
<style>
span { border-color: #5F3FEA; }
span { border-color: rgb(95,63,234); }
td.TdClassName
{
border-color: #5F3FEA;
}
.TagClassName
{
border-color: #5F3FEA;
}
</style>