Shades of Neon Blue #4F5FFF
Tints of Neon Blue #4F5FFF
RGB
CMYK
RGB Variations
Color information
#4F5FFF (or 0x4F5FFF) is known color: Neon Blue. HEX triplet: 4F, 5F and FF. RGB value is (79,95,255). Sum of RGB (Red+Green+Blue) = 79+95+255=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5FFF is #B0A000. Grayscale: #6B6B6B. Windows color (decimal): -11575297 or 16736079. OLE color: 16736079.
HSL color Cylindrical-coordinate representation of color #4F5FFF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F5FFF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 95 | 255 | - |
| CMYK | 0.69 | 0.63 | 0 | 0 |
| HSL | 234.55º | 1% | 0.65% | - |
| HSV(B) | 234.55º | 0.69% | 1% | - |
| XYZ | 25.37 | 17.07 | 96.56 | - |
| YUV | 108.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 255 | 0.69 | 0.63 | 0 | 0 | 234.55 | 1 | 0.65 |
| Hex | 4F | 5F | FF | 45 | 3F | 0 | 0 | EB | 64 | 41 |
| Octal | 117 | 137 | 377 | 105 | 77 | 0 | 0 | 353 | 144 | 101 |
| Binary | 1001111 | 1011111 | 11111111 | 1000101 | 111111 | 0 | 0 | 11101011 | 1100100 | 1000001 |
Color Harmonies of #4F5FFF
Complementary color
Monochromatic Colors of #4F5FFF
Black with #4F5FFF
Text Example
Text Example
White with #4F5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5FFF; }
p { color: rgb(79,95,255); }
H1.HeaderClassName
{
color: #4F5FFF;
}
.AnyTagClassName
{
color: #4F5FFF;
}
</style>
background-color css
<style>
a { background-color: #4F5FFF; }
a { background-color: rgb(79,95,255); }
div.DivClassName
{
background-color: #4F5FFF;
}
.BgClassName
{
background-color: #4F5FFF;
}
</style>
border-color css
<style>
span { border-color: #4F5FFF; }
span { border-color: rgb(79,95,255); }
td.TdClassName
{
border-color: #4F5FFF;
}
.TagClassName
{
border-color: #4F5FFF;
}
</style>