Shades of Neon Blue #4547EF
Tints of Neon Blue #4547EF
RGB
CMYK
RGB Variations
Color information
#4547EF (or 0x4547EF) is known color: Neon Blue. HEX triplet: 45, 47 and EF. RGB value is (69,71,239). Sum of RGB (Red+Green+Blue) = 69+71+239=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #4547EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4547EF is #BAB810. Grayscale: #585858. Windows color (decimal): -12236817 or 15681349. OLE color: 15681349.
HSL color Cylindrical-coordinate representation of color #4547EF: hue angle of 239.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4547EF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 71 | 239 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.06 |
| HSL | 239.29º | 0.84% | 0.6% | - |
| HSV(B) | 239.29º | 0.71% | 0.94% | - |
| XYZ | 20.29 | 12 | 82.91 | - |
| YUV | 89.55 | 212.34 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 239 | 0.71 | 0.70 | 0 | 0.06 | 239.29 | 0.84 | 0.6 |
| Hex | 45 | 47 | EF | 47 | 46 | 0 | 6 | EF | 54 | 3C |
| Octal | 105 | 107 | 357 | 107 | 106 | 0 | 6 | 357 | 124 | 74 |
| Binary | 1000101 | 1000111 | 11101111 | 1000111 | 1000110 | 0 | 110 | 11101111 | 1010100 | 111100 |
Color Harmonies of #4547EF
Complementary color
Monochromatic Colors of #4547EF
Black with #4547EF
Text Example
Text Example
White with #4547EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547EF; }
p { color: rgb(69,71,239); }
H1.HeaderClassName
{
color: #4547EF;
}
.AnyTagClassName
{
color: #4547EF;
}
</style>
background-color css
<style>
a { background-color: #4547EF; }
a { background-color: rgb(69,71,239); }
div.DivClassName
{
background-color: #4547EF;
}
.BgClassName
{
background-color: #4547EF;
}
</style>
border-color css
<style>
span { border-color: #4547EF; }
span { border-color: rgb(69,71,239); }
td.TdClassName
{
border-color: #4547EF;
}
.TagClassName
{
border-color: #4547EF;
}
</style>