Shades of Neon Blue #4F41DB
Tints of Neon Blue #4F41DB
RGB
CMYK
RGB Variations
Color information
#4F41DB (or 0x4F41DB) is known color: Neon Blue. HEX triplet: 4F, 41 and DB. RGB value is (79,65,219). Sum of RGB (Red+Green+Blue) = 79+65+219=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F41DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41DB is #B0BE24. Grayscale: #565656. Windows color (decimal): -11583013 or 14369103. OLE color: 14369103.
HSL color Cylindrical-coordinate representation of color #4F41DB: hue angle of 245.45º 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 #4F41DB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 65 | 219 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.14 |
| HSL | 245.45º | 0.68% | 0.56% | - |
| HSV(B) | 245.45º | 0.7% | 0.86% | - |
| XYZ | 17.9 | 10.56 | 68.11 | - |
| YUV | 86.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 219 | 0.64 | 0.70 | 0 | 0.14 | 245.45 | 0.68 | 0.56 |
| Hex | 4F | 41 | DB | 40 | 46 | 0 | E | F5 | 44 | 38 |
| Octal | 117 | 101 | 333 | 100 | 106 | 0 | 16 | 365 | 104 | 70 |
| Binary | 1001111 | 1000001 | 11011011 | 1000000 | 1000110 | 0 | 1110 | 11110101 | 1000100 | 111000 |
Color Harmonies of #4F41DB
Complementary color
Monochromatic Colors of #4F41DB
Black with #4F41DB
Text Example
Text Example
White with #4F41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F41DB; }
p { color: rgb(79,65,219); }
H1.HeaderClassName
{
color: #4F41DB;
}
.AnyTagClassName
{
color: #4F41DB;
}
</style>
background-color css
<style>
a { background-color: #4F41DB; }
a { background-color: rgb(79,65,219); }
div.DivClassName
{
background-color: #4F41DB;
}
.BgClassName
{
background-color: #4F41DB;
}
</style>
border-color css
<style>
span { border-color: #4F41DB; }
span { border-color: rgb(79,65,219); }
td.TdClassName
{
border-color: #4F41DB;
}
.TagClassName
{
border-color: #4F41DB;
}
</style>