Shades of Neon Blue #4F50E5
Tints of Neon Blue #4F50E5
RGB
CMYK
RGB Variations
Color information
#4F50E5 (or 0x4F50E5) is known color: Neon Blue. HEX triplet: 4F, 50 and E5. RGB value is (79,80,229). Sum of RGB (Red+Green+Blue) = 79+80+229=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F50E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F50E5 is #B0AF1A. Grayscale: #606060. Windows color (decimal): -11579163 or 15028303. OLE color: 15028303.
HSL color Cylindrical-coordinate representation of color #4F50E5: hue angle of 239.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F50E5 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 80 | 229 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.10 |
| HSL | 239.6º | 0.74% | 0.6% | - |
| HSV(B) | 239.6º | 0.66% | 0.9% | - |
| XYZ | 20.24 | 13.06 | 75.58 | - |
| YUV | 96.69 | 202.67 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 229 | 0.66 | 0.65 | 0 | 0.10 | 239.6 | 0.74 | 0.6 |
| Hex | 4F | 50 | E5 | 42 | 41 | 0 | A | F0 | 4A | 3C |
| Octal | 117 | 120 | 345 | 102 | 101 | 0 | 12 | 360 | 112 | 74 |
| Binary | 1001111 | 1010000 | 11100101 | 1000010 | 1000001 | 0 | 1010 | 11110000 | 1001010 | 111100 |
Color Harmonies of #4F50E5
Complementary color
Monochromatic Colors of #4F50E5
Black with #4F50E5
Text Example
Text Example
White with #4F50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F50E5; }
p { color: rgb(79,80,229); }
H1.HeaderClassName
{
color: #4F50E5;
}
.AnyTagClassName
{
color: #4F50E5;
}
</style>
background-color css
<style>
a { background-color: #4F50E5; }
a { background-color: rgb(79,80,229); }
div.DivClassName
{
background-color: #4F50E5;
}
.BgClassName
{
background-color: #4F50E5;
}
</style>
border-color css
<style>
span { border-color: #4F50E5; }
span { border-color: rgb(79,80,229); }
td.TdClassName
{
border-color: #4F50E5;
}
.TagClassName
{
border-color: #4F50E5;
}
</style>