Shades of Neon Blue #5F67FA
Tints of Neon Blue #5F67FA
RGB
CMYK
RGB Variations
Color information
#5F67FA (or 0x5F67FA) is known color: Neon Blue. HEX triplet: 5F, 67 and FA. RGB value is (95,103,250). Sum of RGB (Red+Green+Blue) = 95+103+250=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F67FA is #A09805. Grayscale: #747474. Windows color (decimal): -10524678 or 16410463. OLE color: 16410463.
HSL color Cylindrical-coordinate representation of color #5F67FA: hue angle of 236.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F67FA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 103 | 250 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.02 |
| HSL | 236.9º | 0.94% | 0.68% | - |
| HSV(B) | 236.9º | 0.62% | 0.98% | - |
| XYZ | 26.82 | 19.04 | 92.7 | - |
| YUV | 117.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 250 | 0.62 | 0.59 | 0 | 0.02 | 236.9 | 0.94 | 0.68 |
| Hex | 5F | 67 | FA | 3E | 3B | 0 | 2 | ED | 5E | 44 |
| Octal | 137 | 147 | 372 | 76 | 73 | 0 | 2 | 355 | 136 | 104 |
| Binary | 1011111 | 1100111 | 11111010 | 111110 | 111011 | 0 | 10 | 11101101 | 1011110 | 1000100 |
Color Harmonies of #5F67FA
Complementary color
Monochromatic Colors of #5F67FA
Black with #5F67FA
Text Example
Text Example
White with #5F67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F67FA; }
p { color: rgb(95,103,250); }
H1.HeaderClassName
{
color: #5F67FA;
}
.AnyTagClassName
{
color: #5F67FA;
}
</style>
background-color css
<style>
a { background-color: #5F67FA; }
a { background-color: rgb(95,103,250); }
div.DivClassName
{
background-color: #5F67FA;
}
.BgClassName
{
background-color: #5F67FA;
}
</style>
border-color css
<style>
span { border-color: #5F67FA; }
span { border-color: rgb(95,103,250); }
td.TdClassName
{
border-color: #5F67FA;
}
.TagClassName
{
border-color: #5F67FA;
}
</style>