Shades of Neon Blue #4A3FDF
Tints of Neon Blue #4A3FDF
RGB
CMYK
RGB Variations
Color information
#4A3FDF (or 0x4A3FDF) is known color: Neon Blue. HEX triplet: 4A, 3F and DF. RGB value is (74,63,223). Sum of RGB (Red+Green+Blue) = 74+63+223=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3FDF is #B5C020. Grayscale: #535353. Windows color (decimal): -11911201 or 14630730. OLE color: 14630730.
HSL color Cylindrical-coordinate representation of color #4A3FDF: hue angle of 244.12º 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 #4A3FDF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 63 | 223 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 244.13º | 0.71% | 0.56% | - |
| HSV(B) | 244.13º | 0.72% | 0.87% | - |
| XYZ | 17.92 | 10.34 | 70.86 | - |
| YUV | 84.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 223 | 0.67 | 0.72 | 0 | 0.13 | 244.13 | 0.71 | 0.56 |
| Hex | 4A | 3F | DF | 43 | 48 | 0 | D | F4 | 47 | 38 |
| Octal | 112 | 77 | 337 | 103 | 110 | 0 | 15 | 364 | 107 | 70 |
| Binary | 1001010 | 111111 | 11011111 | 1000011 | 1001000 | 0 | 1101 | 11110100 | 1000111 | 111000 |
Color Harmonies of #4A3FDF
Complementary color
Monochromatic Colors of #4A3FDF
Black with #4A3FDF
Text Example
Text Example
White with #4A3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FDF; }
p { color: rgb(74,63,223); }
H1.HeaderClassName
{
color: #4A3FDF;
}
.AnyTagClassName
{
color: #4A3FDF;
}
</style>
background-color css
<style>
a { background-color: #4A3FDF; }
a { background-color: rgb(74,63,223); }
div.DivClassName
{
background-color: #4A3FDF;
}
.BgClassName
{
background-color: #4A3FDF;
}
</style>
border-color css
<style>
span { border-color: #4A3FDF; }
span { border-color: rgb(74,63,223); }
td.TdClassName
{
border-color: #4A3FDF;
}
.TagClassName
{
border-color: #4A3FDF;
}
</style>