Shades of Neon Blue #4F5BFE
Tints of Neon Blue #4F5BFE
RGB
CMYK
RGB Variations
Color information
#4F5BFE (or 0x4F5BFE) is known color: Neon Blue. HEX triplet: 4F, 5B and FE. RGB value is (79,91,254). Sum of RGB (Red+Green+Blue) = 79+91+254=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F5BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5BFE is #B0A401. Grayscale: #696969. Windows color (decimal): -11576322 or 16669519. OLE color: 16669519.
HSL color Cylindrical-coordinate representation of color #4F5BFE: hue angle of 235.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F5BFE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 91 | 254 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.00 |
| HSL | 235.89º | 0.99% | 0.65% | - |
| HSV(B) | 235.89º | 0.69% | 1% | - |
| XYZ | 24.85 | 16.3 | 95.6 | - |
| YUV | 105.99 | 211.52 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 254 | 0.69 | 0.64 | 0 | 0.00 | 235.89 | 0.99 | 0.65 |
| Hex | 4F | 5B | FE | 45 | 40 | 0 | 0 | EC | 63 | 41 |
| Octal | 117 | 133 | 376 | 105 | 100 | 0 | 0 | 354 | 143 | 101 |
| Binary | 1001111 | 1011011 | 11111110 | 1000101 | 1000000 | 0 | 0 | 11101100 | 1100011 | 1000001 |
Color Harmonies of #4F5BFE
Complementary color
Monochromatic Colors of #4F5BFE
Black with #4F5BFE
Text Example
Text Example
White with #4F5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5BFE; }
p { color: rgb(79,91,254); }
H1.HeaderClassName
{
color: #4F5BFE;
}
.AnyTagClassName
{
color: #4F5BFE;
}
</style>
background-color css
<style>
a { background-color: #4F5BFE; }
a { background-color: rgb(79,91,254); }
div.DivClassName
{
background-color: #4F5BFE;
}
.BgClassName
{
background-color: #4F5BFE;
}
</style>
border-color css
<style>
span { border-color: #4F5BFE; }
span { border-color: rgb(79,91,254); }
td.TdClassName
{
border-color: #4F5BFE;
}
.TagClassName
{
border-color: #4F5BFE;
}
</style>