Shades of Neon Blue #4A35DF
Tints of Neon Blue #4A35DF
RGB
CMYK
RGB Variations
Color information
#4A35DF (or 0x4A35DF) is known color: Neon Blue. HEX triplet: 4A, 35 and DF. RGB value is (74,53,223). Sum of RGB (Red+Green+Blue) = 74+53+223=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A35DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A35DF is #B5CA20. Grayscale: #4E4E4E. Windows color (decimal): -11913761 or 14628170. OLE color: 14628170.
HSL color Cylindrical-coordinate representation of color #4A35DF: hue angle of 247.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A35DF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 53 | 223 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.13 |
| HSL | 247.41º | 0.73% | 0.54% | - |
| HSV(B) | 247.41º | 0.76% | 0.87% | - |
| XYZ | 17.42 | 9.33 | 70.69 | - |
| YUV | 78.66 | 209.46 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 223 | 0.67 | 0.76 | 0 | 0.13 | 247.41 | 0.73 | 0.54 |
| Hex | 4A | 35 | DF | 43 | 4C | 0 | D | F7 | 49 | 36 |
| Octal | 112 | 65 | 337 | 103 | 114 | 0 | 15 | 367 | 111 | 66 |
| Binary | 1001010 | 110101 | 11011111 | 1000011 | 1001100 | 0 | 1101 | 11110111 | 1001001 | 110110 |
Color Harmonies of #4A35DF
Complementary color
Monochromatic Colors of #4A35DF
Black with #4A35DF
Text Example
Text Example
White with #4A35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A35DF; }
p { color: rgb(74,53,223); }
H1.HeaderClassName
{
color: #4A35DF;
}
.AnyTagClassName
{
color: #4A35DF;
}
</style>
background-color css
<style>
a { background-color: #4A35DF; }
a { background-color: rgb(74,53,223); }
div.DivClassName
{
background-color: #4A35DF;
}
.BgClassName
{
background-color: #4A35DF;
}
</style>
border-color css
<style>
span { border-color: #4A35DF; }
span { border-color: rgb(74,53,223); }
td.TdClassName
{
border-color: #4A35DF;
}
.TagClassName
{
border-color: #4A35DF;
}
</style>