Shades of Neon Blue #4F3DDD
Tints of Neon Blue #4F3DDD
RGB
CMYK
RGB Variations
Color information
#4F3DDD (or 0x4F3DDD) is known color: Neon Blue. HEX triplet: 4F, 3D and DD. RGB value is (79,61,221). Sum of RGB (Red+Green+Blue) = 79+61+221=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F3DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3DDD is #B0C222. Grayscale: #545454. Windows color (decimal): -11584035 or 14499151. OLE color: 14499151.
HSL color Cylindrical-coordinate representation of color #4F3DDD: hue angle of 246.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F3DDD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 61 | 221 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.13 |
| HSL | 246.75º | 0.7% | 0.55% | - |
| HSV(B) | 246.75º | 0.72% | 0.87% | - |
| XYZ | 17.94 | 10.22 | 69.43 | - |
| YUV | 84.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 221 | 0.64 | 0.72 | 0 | 0.13 | 246.75 | 0.7 | 0.55 |
| Hex | 4F | 3D | DD | 40 | 48 | 0 | D | F7 | 46 | 37 |
| Octal | 117 | 75 | 335 | 100 | 110 | 0 | 15 | 367 | 106 | 67 |
| Binary | 1001111 | 111101 | 11011101 | 1000000 | 1001000 | 0 | 1101 | 11110111 | 1000110 | 110111 |
Color Harmonies of #4F3DDD
Complementary color
Monochromatic Colors of #4F3DDD
Black with #4F3DDD
Text Example
Text Example
White with #4F3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3DDD; }
p { color: rgb(79,61,221); }
H1.HeaderClassName
{
color: #4F3DDD;
}
.AnyTagClassName
{
color: #4F3DDD;
}
</style>
background-color css
<style>
a { background-color: #4F3DDD; }
a { background-color: rgb(79,61,221); }
div.DivClassName
{
background-color: #4F3DDD;
}
.BgClassName
{
background-color: #4F3DDD;
}
</style>
border-color css
<style>
span { border-color: #4F3DDD; }
span { border-color: rgb(79,61,221); }
td.TdClassName
{
border-color: #4F3DDD;
}
.TagClassName
{
border-color: #4F3DDD;
}
</style>