Shades of Neon Blue #4F47DD
Tints of Neon Blue #4F47DD
RGB
CMYK
RGB Variations
Color information
#4F47DD (or 0x4F47DD) is known color: Neon Blue. HEX triplet: 4F, 47 and DD. RGB value is (79,71,221). Sum of RGB (Red+Green+Blue) = 79+71+221=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47DD is #B0B822. Grayscale: #595959. Windows color (decimal): -11581475 or 14501711. OLE color: 14501711.
HSL color Cylindrical-coordinate representation of color #4F47DD: hue angle of 243.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F47DD is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 71 | 221 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.13 |
| HSL | 243.2º | 0.69% | 0.57% | - |
| HSV(B) | 243.2º | 0.68% | 0.87% | - |
| XYZ | 18.53 | 11.39 | 69.63 | - |
| YUV | 90.49 | 201.65 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 221 | 0.64 | 0.68 | 0 | 0.13 | 243.2 | 0.69 | 0.57 |
| Hex | 4F | 47 | DD | 40 | 44 | 0 | D | F3 | 45 | 39 |
| Octal | 117 | 107 | 335 | 100 | 104 | 0 | 15 | 363 | 105 | 71 |
| Binary | 1001111 | 1000111 | 11011101 | 1000000 | 1000100 | 0 | 1101 | 11110011 | 1000101 | 111001 |
Color Harmonies of #4F47DD
Complementary color
Monochromatic Colors of #4F47DD
Black with #4F47DD
Text Example
Text Example
White with #4F47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F47DD; }
p { color: rgb(79,71,221); }
H1.HeaderClassName
{
color: #4F47DD;
}
.AnyTagClassName
{
color: #4F47DD;
}
</style>
background-color css
<style>
a { background-color: #4F47DD; }
a { background-color: rgb(79,71,221); }
div.DivClassName
{
background-color: #4F47DD;
}
.BgClassName
{
background-color: #4F47DD;
}
</style>
border-color css
<style>
span { border-color: #4F47DD; }
span { border-color: rgb(79,71,221); }
td.TdClassName
{
border-color: #4F47DD;
}
.TagClassName
{
border-color: #4F47DD;
}
</style>