Shades of Neon Blue #4A38DD
Tints of Neon Blue #4A38DD
RGB
CMYK
RGB Variations
Color information
#4A38DD (or 0x4A38DD) is known color: Neon Blue. HEX triplet: 4A, 38 and DD. RGB value is (74,56,221). Sum of RGB (Red+Green+Blue) = 74+56+221=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A38DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38DD is #B5C722. Grayscale: #4F4F4F. Windows color (decimal): -11912995 or 14497866. OLE color: 14497866.
HSL color Cylindrical-coordinate representation of color #4A38DD: hue angle of 246.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A38DD is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 56 | 221 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.13 |
| HSL | 246.55º | 0.71% | 0.54% | - |
| HSV(B) | 246.55º | 0.75% | 0.87% | - |
| XYZ | 17.29 | 9.5 | 69.33 | - |
| YUV | 80.19 | 207.46 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 221 | 0.67 | 0.75 | 0 | 0.13 | 246.55 | 0.71 | 0.54 |
| Hex | 4A | 38 | DD | 43 | 4B | 0 | D | F7 | 47 | 36 |
| Octal | 112 | 70 | 335 | 103 | 113 | 0 | 15 | 367 | 107 | 66 |
| Binary | 1001010 | 111000 | 11011101 | 1000011 | 1001011 | 0 | 1101 | 11110111 | 1000111 | 110110 |
Color Harmonies of #4A38DD
Complementary color
Monochromatic Colors of #4A38DD
Black with #4A38DD
Text Example
Text Example
White with #4A38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A38DD; }
p { color: rgb(74,56,221); }
H1.HeaderClassName
{
color: #4A38DD;
}
.AnyTagClassName
{
color: #4A38DD;
}
</style>
background-color css
<style>
a { background-color: #4A38DD; }
a { background-color: rgb(74,56,221); }
div.DivClassName
{
background-color: #4A38DD;
}
.BgClassName
{
background-color: #4A38DD;
}
</style>
border-color css
<style>
span { border-color: #4A38DD; }
span { border-color: rgb(74,56,221); }
td.TdClassName
{
border-color: #4A38DD;
}
.TagClassName
{
border-color: #4A38DD;
}
</style>