Shades of Neon Blue #4F4DDF
Tints of Neon Blue #4F4DDF
RGB
CMYK
RGB Variations
Color information
#4F4DDF (or 0x4F4DDF) is known color: Neon Blue. HEX triplet: 4F, 4D and DF. RGB value is (79,77,223). Sum of RGB (Red+Green+Blue) = 79+77+223=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DDF is #B0B220. Grayscale: #5D5D5D. Windows color (decimal): -11579937 or 14634319. OLE color: 14634319.
HSL color Cylindrical-coordinate representation of color #4F4DDF: hue angle of 240.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F4DDF is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 77 | 223 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.13 |
| HSL | 240.82º | 0.7% | 0.59% | - |
| HSV(B) | 240.82º | 0.65% | 0.87% | - |
| XYZ | 19.2 | 12.3 | 71.17 | - |
| YUV | 94.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 223 | 0.65 | 0.65 | 0 | 0.13 | 240.82 | 0.7 | 0.59 |
| Hex | 4F | 4D | DF | 41 | 41 | 0 | D | F1 | 46 | 3B |
| Octal | 117 | 115 | 337 | 101 | 101 | 0 | 15 | 361 | 106 | 73 |
| Binary | 1001111 | 1001101 | 11011111 | 1000001 | 1000001 | 0 | 1101 | 11110001 | 1000110 | 111011 |
Color Harmonies of #4F4DDF
Complementary color
Monochromatic Colors of #4F4DDF
Black with #4F4DDF
Text Example
Text Example
White with #4F4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4DDF; }
p { color: rgb(79,77,223); }
H1.HeaderClassName
{
color: #4F4DDF;
}
.AnyTagClassName
{
color: #4F4DDF;
}
</style>
background-color css
<style>
a { background-color: #4F4DDF; }
a { background-color: rgb(79,77,223); }
div.DivClassName
{
background-color: #4F4DDF;
}
.BgClassName
{
background-color: #4F4DDF;
}
</style>
border-color css
<style>
span { border-color: #4F4DDF; }
span { border-color: rgb(79,77,223); }
td.TdClassName
{
border-color: #4F4DDF;
}
.TagClassName
{
border-color: #4F4DDF;
}
</style>