Shades of Neon Blue #4755EE
Tints of Neon Blue #4755EE
RGB
CMYK
RGB Variations
Color information
#4755EE (or 0x4755EE) is known color: Neon Blue. HEX triplet: 47, 55 and EE. RGB value is (71,85,238). Sum of RGB (Red+Green+Blue) = 71+85+238=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #4755EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4755EE is #B8AA11. Grayscale: #616161. Windows color (decimal): -12102162 or 15619399. OLE color: 15619399.
HSL color Cylindrical-coordinate representation of color #4755EE: hue angle of 234.97º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4755EE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 85 | 238 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.07 |
| HSL | 234.97º | 0.83% | 0.61% | - |
| HSV(B) | 234.97º | 0.7% | 0.93% | - |
| XYZ | 21.28 | 14.01 | 82.47 | - |
| YUV | 98.26 | 206.86 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 238 | 0.70 | 0.64 | 0 | 0.07 | 234.97 | 0.83 | 0.61 |
| Hex | 47 | 55 | EE | 46 | 40 | 0 | 7 | EB | 53 | 3D |
| Octal | 107 | 125 | 356 | 106 | 100 | 0 | 7 | 353 | 123 | 75 |
| Binary | 1000111 | 1010101 | 11101110 | 1000110 | 1000000 | 0 | 111 | 11101011 | 1010011 | 111101 |
Color Harmonies of #4755EE
Complementary color
Monochromatic Colors of #4755EE
Black with #4755EE
Text Example
Text Example
White with #4755EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4755EE; }
p { color: rgb(71,85,238); }
H1.HeaderClassName
{
color: #4755EE;
}
.AnyTagClassName
{
color: #4755EE;
}
</style>
background-color css
<style>
a { background-color: #4755EE; }
a { background-color: rgb(71,85,238); }
div.DivClassName
{
background-color: #4755EE;
}
.BgClassName
{
background-color: #4755EE;
}
</style>
border-color css
<style>
span { border-color: #4755EE; }
span { border-color: rgb(71,85,238); }
td.TdClassName
{
border-color: #4755EE;
}
.TagClassName
{
border-color: #4755EE;
}
</style>