Shades of Neon Blue #5F4CFD
Tints of Neon Blue #5F4CFD
RGB
CMYK
RGB Variations
Color information
#5F4CFD (or 0x5F4CFD) is known color: Neon Blue. HEX triplet: 5F, 4C and FD. RGB value is (95,76,253). Sum of RGB (Red+Green+Blue) = 95+76+253=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4CFD is #A0B302. Grayscale: #656565. Windows color (decimal): -10531587 or 16600159. OLE color: 16600159.
HSL color Cylindrical-coordinate representation of color #5F4CFD: hue angle of 246.44º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F4CFD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 76 | 253 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.01 |
| HSL | 246.44º | 0.98% | 0.65% | - |
| HSV(B) | 246.44º | 0.7% | 0.99% | - |
| XYZ | 25.03 | 14.69 | 94.45 | - |
| YUV | 101.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 253 | 0.62 | 0.70 | 0 | 0.01 | 246.44 | 0.98 | 0.65 |
| Hex | 5F | 4C | FD | 3E | 46 | 0 | 1 | F6 | 62 | 41 |
| Octal | 137 | 114 | 375 | 76 | 106 | 0 | 1 | 366 | 142 | 101 |
| Binary | 1011111 | 1001100 | 11111101 | 111110 | 1000110 | 0 | 1 | 11110110 | 1100010 | 1000001 |
Color Harmonies of #5F4CFD
Complementary color
Monochromatic Colors of #5F4CFD
Black with #5F4CFD
Text Example
Text Example
White with #5F4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4CFD; }
p { color: rgb(95,76,253); }
H1.HeaderClassName
{
color: #5F4CFD;
}
.AnyTagClassName
{
color: #5F4CFD;
}
</style>
background-color css
<style>
a { background-color: #5F4CFD; }
a { background-color: rgb(95,76,253); }
div.DivClassName
{
background-color: #5F4CFD;
}
.BgClassName
{
background-color: #5F4CFD;
}
</style>
border-color css
<style>
span { border-color: #5F4CFD; }
span { border-color: rgb(95,76,253); }
td.TdClassName
{
border-color: #5F4CFD;
}
.TagClassName
{
border-color: #5F4CFD;
}
</style>