Shades of Neon Blue #4547EA
Tints of Neon Blue #4547EA
RGB
CMYK
RGB Variations
Color information
#4547EA (or 0x4547EA) is known color: Neon Blue. HEX triplet: 45, 47 and EA. RGB value is (69,71,234). Sum of RGB (Red+Green+Blue) = 69+71+234=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #4547EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4547EA is #BAB815. Grayscale: #585858. Windows color (decimal): -12236822 or 15353669. OLE color: 15353669.
HSL color Cylindrical-coordinate representation of color #4547EA: hue angle of 239.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4547EA is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 71 | 234 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.08 |
| HSL | 239.27º | 0.8% | 0.59% | - |
| HSV(B) | 239.27º | 0.71% | 0.92% | - |
| XYZ | 19.56 | 11.71 | 79.07 | - |
| YUV | 88.98 | 209.84 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 234 | 0.71 | 0.70 | 0 | 0.08 | 239.27 | 0.8 | 0.59 |
| Hex | 45 | 47 | EA | 47 | 46 | 0 | 8 | EF | 50 | 3B |
| Octal | 105 | 107 | 352 | 107 | 106 | 0 | 10 | 357 | 120 | 73 |
| Binary | 1000101 | 1000111 | 11101010 | 1000111 | 1000110 | 0 | 1000 | 11101111 | 1010000 | 111011 |
Color Harmonies of #4547EA
Complementary color
Monochromatic Colors of #4547EA
Black with #4547EA
Text Example
Text Example
White with #4547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547EA; }
p { color: rgb(69,71,234); }
H1.HeaderClassName
{
color: #4547EA;
}
.AnyTagClassName
{
color: #4547EA;
}
</style>
background-color css
<style>
a { background-color: #4547EA; }
a { background-color: rgb(69,71,234); }
div.DivClassName
{
background-color: #4547EA;
}
.BgClassName
{
background-color: #4547EA;
}
</style>
border-color css
<style>
span { border-color: #4547EA; }
span { border-color: rgb(69,71,234); }
td.TdClassName
{
border-color: #4547EA;
}
.TagClassName
{
border-color: #4547EA;
}
</style>