Shades of Neon Blue #4F3FDD
Tints of Neon Blue #4F3FDD
RGB
CMYK
RGB Variations
Color information
#4F3FDD (or 0x4F3FDD) is known color: Neon Blue. HEX triplet: 4F, 3F and DD. RGB value is (79,63,221). Sum of RGB (Red+Green+Blue) = 79+63+221=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F3FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3FDD is #B0C022. Grayscale: #555555. Windows color (decimal): -11583523 or 14499663. OLE color: 14499663.
HSL color Cylindrical-coordinate representation of color #4F3FDD: hue angle of 246.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F3FDD is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 63 | 221 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.13 |
| HSL | 246.08º | 0.7% | 0.56% | - |
| HSV(B) | 246.08º | 0.71% | 0.87% | - |
| XYZ | 18.05 | 10.44 | 69.47 | - |
| YUV | 85.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 221 | 0.64 | 0.71 | 0 | 0.13 | 246.08 | 0.7 | 0.56 |
| Hex | 4F | 3F | DD | 40 | 47 | 0 | D | F6 | 46 | 38 |
| Octal | 117 | 77 | 335 | 100 | 107 | 0 | 15 | 366 | 106 | 70 |
| Binary | 1001111 | 111111 | 11011101 | 1000000 | 1000111 | 0 | 1101 | 11110110 | 1000110 | 111000 |
Color Harmonies of #4F3FDD
Complementary color
Monochromatic Colors of #4F3FDD
Black with #4F3FDD
Text Example
Text Example
White with #4F3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3FDD; }
p { color: rgb(79,63,221); }
H1.HeaderClassName
{
color: #4F3FDD;
}
.AnyTagClassName
{
color: #4F3FDD;
}
</style>
background-color css
<style>
a { background-color: #4F3FDD; }
a { background-color: rgb(79,63,221); }
div.DivClassName
{
background-color: #4F3FDD;
}
.BgClassName
{
background-color: #4F3FDD;
}
</style>
border-color css
<style>
span { border-color: #4F3FDD; }
span { border-color: rgb(79,63,221); }
td.TdClassName
{
border-color: #4F3FDD;
}
.TagClassName
{
border-color: #4F3FDD;
}
</style>