Shades of Neon Blue #4A37DF
Tints of Neon Blue #4A37DF
RGB
CMYK
RGB Variations
Color information
#4A37DF (or 0x4A37DF) is known color: Neon Blue. HEX triplet: 4A, 37 and DF. RGB value is (74,55,223). Sum of RGB (Red+Green+Blue) = 74+55+223=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A37DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A37DF is #B5C820. Grayscale: #4F4F4F. Windows color (decimal): -11913249 or 14628682. OLE color: 14628682.
HSL color Cylindrical-coordinate representation of color #4A37DF: hue angle of 246.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A37DF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 55 | 223 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.13 |
| HSL | 246.79º | 0.72% | 0.55% | - |
| HSV(B) | 246.79º | 0.75% | 0.87% | - |
| XYZ | 17.51 | 9.52 | 70.73 | - |
| YUV | 79.83 | 208.79 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 223 | 0.67 | 0.75 | 0 | 0.13 | 246.79 | 0.72 | 0.55 |
| Hex | 4A | 37 | DF | 43 | 4B | 0 | D | F7 | 48 | 37 |
| Octal | 112 | 67 | 337 | 103 | 113 | 0 | 15 | 367 | 110 | 67 |
| Binary | 1001010 | 110111 | 11011111 | 1000011 | 1001011 | 0 | 1101 | 11110111 | 1001000 | 110111 |
Color Harmonies of #4A37DF
Complementary color
Monochromatic Colors of #4A37DF
Black with #4A37DF
Text Example
Text Example
White with #4A37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A37DF; }
p { color: rgb(74,55,223); }
H1.HeaderClassName
{
color: #4A37DF;
}
.AnyTagClassName
{
color: #4A37DF;
}
</style>
background-color css
<style>
a { background-color: #4A37DF; }
a { background-color: rgb(74,55,223); }
div.DivClassName
{
background-color: #4A37DF;
}
.BgClassName
{
background-color: #4A37DF;
}
</style>
border-color css
<style>
span { border-color: #4A37DF; }
span { border-color: rgb(74,55,223); }
td.TdClassName
{
border-color: #4A37DF;
}
.TagClassName
{
border-color: #4A37DF;
}
</style>