Shades of Neon Blue #4F41DC
Tints of Neon Blue #4F41DC
RGB
CMYK
RGB Variations
Color information
#4F41DC (or 0x4F41DC) is known color: Neon Blue. HEX triplet: 4F, 41 and DC. RGB value is (79,65,220). Sum of RGB (Red+Green+Blue) = 79+65+220=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F41DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41DC is #B0BE23. Grayscale: #565656. Windows color (decimal): -11583012 or 14434639. OLE color: 14434639.
HSL color Cylindrical-coordinate representation of color #4F41DC: hue angle of 245.42º degrees, saturation: 0.69, 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 #4F41DC is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 65 | 220 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.14 |
| HSL | 245.42º | 0.69% | 0.56% | - |
| HSV(B) | 245.42º | 0.7% | 0.86% | - |
| XYZ | 18.03 | 10.61 | 68.81 | - |
| YUV | 86.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 220 | 0.64 | 0.70 | 0 | 0.14 | 245.42 | 0.69 | 0.56 |
| Hex | 4F | 41 | DC | 40 | 46 | 0 | E | F5 | 45 | 38 |
| Octal | 117 | 101 | 334 | 100 | 106 | 0 | 16 | 365 | 105 | 70 |
| Binary | 1001111 | 1000001 | 11011100 | 1000000 | 1000110 | 0 | 1110 | 11110101 | 1000101 | 111000 |
Color Harmonies of #4F41DC
Complementary color
Monochromatic Colors of #4F41DC
Black with #4F41DC
Text Example
Text Example
White with #4F41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F41DC; }
p { color: rgb(79,65,220); }
H1.HeaderClassName
{
color: #4F41DC;
}
.AnyTagClassName
{
color: #4F41DC;
}
</style>
background-color css
<style>
a { background-color: #4F41DC; }
a { background-color: rgb(79,65,220); }
div.DivClassName
{
background-color: #4F41DC;
}
.BgClassName
{
background-color: #4F41DC;
}
</style>
border-color css
<style>
span { border-color: #4F41DC; }
span { border-color: rgb(79,65,220); }
td.TdClassName
{
border-color: #4F41DC;
}
.TagClassName
{
border-color: #4F41DC;
}
</style>