Shades of Neon Blue #4A40DF
Tints of Neon Blue #4A40DF
RGB
CMYK
RGB Variations
Color information
#4A40DF (or 0x4A40DF) is known color: Neon Blue. HEX triplet: 4A, 40 and DF. RGB value is (74,64,223). Sum of RGB (Red+Green+Blue) = 74+64+223=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40DF is #B5BF20. Grayscale: #545454. Windows color (decimal): -11910945 or 14630986. OLE color: 14630986.
HSL color Cylindrical-coordinate representation of color #4A40DF: hue angle of 243.77º degrees, saturation: 0.71, 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 #4A40DF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 64 | 223 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.13 |
| HSL | 243.77º | 0.71% | 0.56% | - |
| HSV(B) | 243.77º | 0.71% | 0.87% | - |
| XYZ | 17.98 | 10.45 | 70.88 | - |
| YUV | 85.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 223 | 0.67 | 0.71 | 0 | 0.13 | 243.77 | 0.71 | 0.56 |
| Hex | 4A | 40 | DF | 43 | 47 | 0 | D | F4 | 47 | 38 |
| Octal | 112 | 100 | 337 | 103 | 107 | 0 | 15 | 364 | 107 | 70 |
| Binary | 1001010 | 1000000 | 11011111 | 1000011 | 1000111 | 0 | 1101 | 11110100 | 1000111 | 111000 |
Color Harmonies of #4A40DF
Complementary color
Monochromatic Colors of #4A40DF
Black with #4A40DF
Text Example
Text Example
White with #4A40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40DF; }
p { color: rgb(74,64,223); }
H1.HeaderClassName
{
color: #4A40DF;
}
.AnyTagClassName
{
color: #4A40DF;
}
</style>
background-color css
<style>
a { background-color: #4A40DF; }
a { background-color: rgb(74,64,223); }
div.DivClassName
{
background-color: #4A40DF;
}
.BgClassName
{
background-color: #4A40DF;
}
</style>
border-color css
<style>
span { border-color: #4A40DF; }
span { border-color: rgb(74,64,223); }
td.TdClassName
{
border-color: #4A40DF;
}
.TagClassName
{
border-color: #4A40DF;
}
</style>