Shades of Neon Blue #4F44DC
Tints of Neon Blue #4F44DC
RGB
CMYK
RGB Variations
Color information
#4F44DC (or 0x4F44DC) is known color: Neon Blue. HEX triplet: 4F, 44 and DC. RGB value is (79,68,220). Sum of RGB (Red+Green+Blue) = 79+68+220=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F44DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44DC is #B0BB23. Grayscale: #585858. Windows color (decimal): -11582244 or 14435407. OLE color: 14435407.
HSL color Cylindrical-coordinate representation of color #4F44DC: hue angle of 244.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F44DC is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 68 | 220 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.14 |
| HSL | 244.34º | 0.68% | 0.56% | - |
| HSV(B) | 244.34º | 0.69% | 0.86% | - |
| XYZ | 18.21 | 10.96 | 68.87 | - |
| YUV | 88.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 220 | 0.64 | 0.69 | 0 | 0.14 | 244.34 | 0.68 | 0.56 |
| Hex | 4F | 44 | DC | 40 | 45 | 0 | E | F4 | 44 | 38 |
| Octal | 117 | 104 | 334 | 100 | 105 | 0 | 16 | 364 | 104 | 70 |
| Binary | 1001111 | 1000100 | 11011100 | 1000000 | 1000101 | 0 | 1110 | 11110100 | 1000100 | 111000 |
Color Harmonies of #4F44DC
Complementary color
Monochromatic Colors of #4F44DC
Black with #4F44DC
Text Example
Text Example
White with #4F44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F44DC; }
p { color: rgb(79,68,220); }
H1.HeaderClassName
{
color: #4F44DC;
}
.AnyTagClassName
{
color: #4F44DC;
}
</style>
background-color css
<style>
a { background-color: #4F44DC; }
a { background-color: rgb(79,68,220); }
div.DivClassName
{
background-color: #4F44DC;
}
.BgClassName
{
background-color: #4F44DC;
}
</style>
border-color css
<style>
span { border-color: #4F44DC; }
span { border-color: rgb(79,68,220); }
td.TdClassName
{
border-color: #4F44DC;
}
.TagClassName
{
border-color: #4F44DC;
}
</style>