Shades of Neon Blue #4F42DB
Tints of Neon Blue #4F42DB
RGB
CMYK
RGB Variations
Color information
#4F42DB (or 0x4F42DB) is known color: Neon Blue. HEX triplet: 4F, 42 and DB. RGB value is (79,66,219). Sum of RGB (Red+Green+Blue) = 79+66+219=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F42DB is #B0BD24. Grayscale: #565656. Windows color (decimal): -11582757 or 14369359. OLE color: 14369359.
HSL color Cylindrical-coordinate representation of color #4F42DB: hue angle of 245.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F42DB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 66 | 219 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.14 |
| HSL | 245.1º | 0.68% | 0.56% | - |
| HSV(B) | 245.1º | 0.7% | 0.86% | - |
| XYZ | 17.96 | 10.67 | 68.13 | - |
| YUV | 87.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 219 | 0.64 | 0.70 | 0 | 0.14 | 245.1 | 0.68 | 0.56 |
| Hex | 4F | 42 | DB | 40 | 46 | 0 | E | F5 | 44 | 38 |
| Octal | 117 | 102 | 333 | 100 | 106 | 0 | 16 | 365 | 104 | 70 |
| Binary | 1001111 | 1000010 | 11011011 | 1000000 | 1000110 | 0 | 1110 | 11110101 | 1000100 | 111000 |
Color Harmonies of #4F42DB
Complementary color
Monochromatic Colors of #4F42DB
Black with #4F42DB
Text Example
Text Example
White with #4F42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F42DB; }
p { color: rgb(79,66,219); }
H1.HeaderClassName
{
color: #4F42DB;
}
.AnyTagClassName
{
color: #4F42DB;
}
</style>
background-color css
<style>
a { background-color: #4F42DB; }
a { background-color: rgb(79,66,219); }
div.DivClassName
{
background-color: #4F42DB;
}
.BgClassName
{
background-color: #4F42DB;
}
</style>
border-color css
<style>
span { border-color: #4F42DB; }
span { border-color: rgb(79,66,219); }
td.TdClassName
{
border-color: #4F42DB;
}
.TagClassName
{
border-color: #4F42DB;
}
</style>