Shades of Neon Blue #4A39DF
Tints of Neon Blue #4A39DF
RGB
CMYK
RGB Variations
Color information
#4A39DF (or 0x4A39DF) is known color: Neon Blue. HEX triplet: 4A, 39 and DF. RGB value is (74,57,223). Sum of RGB (Red+Green+Blue) = 74+57+223=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A39DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39DF is #B5C620. Grayscale: #505050. Windows color (decimal): -11912737 or 14629194. OLE color: 14629194.
HSL color Cylindrical-coordinate representation of color #4A39DF: hue angle of 246.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A39DF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 57 | 223 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.13 |
| HSL | 246.14º | 0.72% | 0.55% | - |
| HSV(B) | 246.14º | 0.74% | 0.87% | - |
| XYZ | 17.61 | 9.71 | 70.76 | - |
| YUV | 81.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 223 | 0.67 | 0.74 | 0 | 0.13 | 246.14 | 0.72 | 0.55 |
| Hex | 4A | 39 | DF | 43 | 4A | 0 | D | F6 | 48 | 37 |
| Octal | 112 | 71 | 337 | 103 | 112 | 0 | 15 | 366 | 110 | 67 |
| Binary | 1001010 | 111001 | 11011111 | 1000011 | 1001010 | 0 | 1101 | 11110110 | 1001000 | 110111 |
Color Harmonies of #4A39DF
Complementary color
Monochromatic Colors of #4A39DF
Black with #4A39DF
Text Example
Text Example
White with #4A39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39DF; }
p { color: rgb(74,57,223); }
H1.HeaderClassName
{
color: #4A39DF;
}
.AnyTagClassName
{
color: #4A39DF;
}
</style>
background-color css
<style>
a { background-color: #4A39DF; }
a { background-color: rgb(74,57,223); }
div.DivClassName
{
background-color: #4A39DF;
}
.BgClassName
{
background-color: #4A39DF;
}
</style>
border-color css
<style>
span { border-color: #4A39DF; }
span { border-color: rgb(74,57,223); }
td.TdClassName
{
border-color: #4A39DF;
}
.TagClassName
{
border-color: #4A39DF;
}
</style>