Shades of Neon Blue #4735ED
Tints of Neon Blue #4735ED
RGB
CMYK
RGB Variations
Color information
#4735ED (or 0x4735ED) is known color: Neon Blue. HEX triplet: 47, 35 and ED. RGB value is (71,53,237). Sum of RGB (Red+Green+Blue) = 71+53+237=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #4735ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4735ED is #B8CA12. Grayscale: #4E4E4E. Windows color (decimal): -12110355 or 15545671. OLE color: 15545671.
HSL color Cylindrical-coordinate representation of color #4735ED: hue angle of 245.87º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4735ED is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 53 | 237 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.07 |
| HSL | 245.87º | 0.84% | 0.57% | - |
| HSV(B) | 245.87º | 0.78% | 0.93% | - |
| XYZ | 19.16 | 10 | 81.04 | - |
| YUV | 79.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 237 | 0.70 | 0.78 | 0 | 0.07 | 245.87 | 0.84 | 0.57 |
| Hex | 47 | 35 | ED | 46 | 4E | 0 | 7 | F6 | 54 | 39 |
| Octal | 107 | 65 | 355 | 106 | 116 | 0 | 7 | 366 | 124 | 71 |
| Binary | 1000111 | 110101 | 11101101 | 1000110 | 1001110 | 0 | 111 | 11110110 | 1010100 | 111001 |
Color Harmonies of #4735ED
Complementary color
Monochromatic Colors of #4735ED
Black with #4735ED
Text Example
Text Example
White with #4735ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735ED; }
p { color: rgb(71,53,237); }
H1.HeaderClassName
{
color: #4735ED;
}
.AnyTagClassName
{
color: #4735ED;
}
</style>
background-color css
<style>
a { background-color: #4735ED; }
a { background-color: rgb(71,53,237); }
div.DivClassName
{
background-color: #4735ED;
}
.BgClassName
{
background-color: #4735ED;
}
</style>
border-color css
<style>
span { border-color: #4735ED; }
span { border-color: rgb(71,53,237); }
td.TdClassName
{
border-color: #4735ED;
}
.TagClassName
{
border-color: #4735ED;
}
</style>