Shades of Neon Blue #4F47DF
Tints of Neon Blue #4F47DF
RGB
CMYK
RGB Variations
Color information
#4F47DF (or 0x4F47DF) is known color: Neon Blue. HEX triplet: 4F, 47 and DF. RGB value is (79,71,223). Sum of RGB (Red+Green+Blue) = 79+71+223=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F47DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47DF is #B0B820. Grayscale: #5A5A5A. Windows color (decimal): -11581473 or 14632783. OLE color: 14632783.
HSL color Cylindrical-coordinate representation of color #4F47DF: hue angle of 243.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F47DF is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 71 | 223 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.13 |
| HSL | 243.16º | 0.7% | 0.58% | - |
| HSV(B) | 243.16º | 0.68% | 0.87% | - |
| XYZ | 18.8 | 11.5 | 71.04 | - |
| YUV | 90.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 223 | 0.65 | 0.68 | 0 | 0.13 | 243.16 | 0.7 | 0.58 |
| Hex | 4F | 47 | DF | 41 | 44 | 0 | D | F3 | 46 | 3A |
| Octal | 117 | 107 | 337 | 101 | 104 | 0 | 15 | 363 | 106 | 72 |
| Binary | 1001111 | 1000111 | 11011111 | 1000001 | 1000100 | 0 | 1101 | 11110011 | 1000110 | 111010 |
Color Harmonies of #4F47DF
Complementary color
Monochromatic Colors of #4F47DF
Black with #4F47DF
Text Example
Text Example
White with #4F47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F47DF; }
p { color: rgb(79,71,223); }
H1.HeaderClassName
{
color: #4F47DF;
}
.AnyTagClassName
{
color: #4F47DF;
}
</style>
background-color css
<style>
a { background-color: #4F47DF; }
a { background-color: rgb(79,71,223); }
div.DivClassName
{
background-color: #4F47DF;
}
.BgClassName
{
background-color: #4F47DF;
}
</style>
border-color css
<style>
span { border-color: #4F47DF; }
span { border-color: rgb(79,71,223); }
td.TdClassName
{
border-color: #4F47DF;
}
.TagClassName
{
border-color: #4F47DF;
}
</style>