Shades of Neon Blue #4F54FE
Tints of Neon Blue #4F54FE
RGB
CMYK
RGB Variations
Color information
#4F54FE (or 0x4F54FE) is known color: Neon Blue. HEX triplet: 4F, 54 and FE. RGB value is (79,84,254). Sum of RGB (Red+Green+Blue) = 79+84+254=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F54FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F54FE is #B0AB01. Grayscale: #656565. Windows color (decimal): -11578114 or 16667727. OLE color: 16667727.
HSL color Cylindrical-coordinate representation of color #4F54FE: hue angle of 238.29º 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 #4F54FE is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 84 | 254 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.00 |
| HSL | 238.29º | 0.99% | 0.65% | - |
| HSV(B) | 238.29º | 0.69% | 1% | - |
| XYZ | 24.28 | 15.16 | 95.41 | - |
| YUV | 101.89 | 213.84 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 254 | 0.69 | 0.67 | 0 | 0.00 | 238.29 | 0.99 | 0.65 |
| Hex | 4F | 54 | FE | 45 | 43 | 0 | 0 | EE | 63 | 41 |
| Octal | 117 | 124 | 376 | 105 | 103 | 0 | 0 | 356 | 143 | 101 |
| Binary | 1001111 | 1010100 | 11111110 | 1000101 | 1000011 | 0 | 0 | 11101110 | 1100011 | 1000001 |
Color Harmonies of #4F54FE
Complementary color
Monochromatic Colors of #4F54FE
Black with #4F54FE
Text Example
Text Example
White with #4F54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F54FE; }
p { color: rgb(79,84,254); }
H1.HeaderClassName
{
color: #4F54FE;
}
.AnyTagClassName
{
color: #4F54FE;
}
</style>
background-color css
<style>
a { background-color: #4F54FE; }
a { background-color: rgb(79,84,254); }
div.DivClassName
{
background-color: #4F54FE;
}
.BgClassName
{
background-color: #4F54FE;
}
</style>
border-color css
<style>
span { border-color: #4F54FE; }
span { border-color: rgb(79,84,254); }
td.TdClassName
{
border-color: #4F54FE;
}
.TagClassName
{
border-color: #4F54FE;
}
</style>