Shades of Neon Blue #4A3FDE
Tints of Neon Blue #4A3FDE
RGB
CMYK
RGB Variations
Color information
#4A3FDE (or 0x4A3FDE) is known color: Neon Blue. HEX triplet: 4A, 3F and DE. RGB value is (74,63,222). Sum of RGB (Red+Green+Blue) = 74+63+222=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A3FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3FDE is #B5C021. Grayscale: #535353. Windows color (decimal): -11911202 or 14565194. OLE color: 14565194.
HSL color Cylindrical-coordinate representation of color #4A3FDE: hue angle of 244.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3FDE is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 63 | 222 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 244.15º | 0.71% | 0.56% | - |
| HSV(B) | 244.15º | 0.72% | 0.87% | - |
| XYZ | 17.79 | 10.28 | 70.15 | - |
| YUV | 84.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 222 | 0.67 | 0.72 | 0 | 0.13 | 244.15 | 0.71 | 0.56 |
| Hex | 4A | 3F | DE | 43 | 48 | 0 | D | F4 | 47 | 38 |
| Octal | 112 | 77 | 336 | 103 | 110 | 0 | 15 | 364 | 107 | 70 |
| Binary | 1001010 | 111111 | 11011110 | 1000011 | 1001000 | 0 | 1101 | 11110100 | 1000111 | 111000 |
Color Harmonies of #4A3FDE
Complementary color
Monochromatic Colors of #4A3FDE
Black with #4A3FDE
Text Example
Text Example
White with #4A3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FDE; }
p { color: rgb(74,63,222); }
H1.HeaderClassName
{
color: #4A3FDE;
}
.AnyTagClassName
{
color: #4A3FDE;
}
</style>
background-color css
<style>
a { background-color: #4A3FDE; }
a { background-color: rgb(74,63,222); }
div.DivClassName
{
background-color: #4A3FDE;
}
.BgClassName
{
background-color: #4A3FDE;
}
</style>
border-color css
<style>
span { border-color: #4A3FDE; }
span { border-color: rgb(74,63,222); }
td.TdClassName
{
border-color: #4A3FDE;
}
.TagClassName
{
border-color: #4A3FDE;
}
</style>