Shades of Neon Blue #4547F4
Tints of Neon Blue #4547F4
RGB
CMYK
RGB Variations
Color information
#4547F4 (or 0x4547F4) is known color: Neon Blue. HEX triplet: 45, 47 and F4. RGB value is (69,71,244). Sum of RGB (Red+Green+Blue) = 69+71+244=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #4547F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4547F4 is #BAB80B. Grayscale: #595959. Windows color (decimal): -12236812 or 16009029. OLE color: 16009029.
HSL color Cylindrical-coordinate representation of color #4547F4: hue angle of 239.31º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4547F4 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 71 | 244 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.04 |
| HSL | 239.31º | 0.89% | 0.61% | - |
| HSV(B) | 239.31º | 0.72% | 0.96% | - |
| XYZ | 21.04 | 12.3 | 86.85 | - |
| YUV | 90.12 | 214.84 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 244 | 0.72 | 0.71 | 0 | 0.04 | 239.31 | 0.89 | 0.61 |
| Hex | 45 | 47 | F4 | 48 | 47 | 0 | 4 | EF | 59 | 3D |
| Octal | 105 | 107 | 364 | 110 | 107 | 0 | 4 | 357 | 131 | 75 |
| Binary | 1000101 | 1000111 | 11110100 | 1001000 | 1000111 | 0 | 100 | 11101111 | 1011001 | 111101 |
Color Harmonies of #4547F4
Complementary color
Monochromatic Colors of #4547F4
Black with #4547F4
Text Example
Text Example
White with #4547F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547F4; }
p { color: rgb(69,71,244); }
H1.HeaderClassName
{
color: #4547F4;
}
.AnyTagClassName
{
color: #4547F4;
}
</style>
background-color css
<style>
a { background-color: #4547F4; }
a { background-color: rgb(69,71,244); }
div.DivClassName
{
background-color: #4547F4;
}
.BgClassName
{
background-color: #4547F4;
}
</style>
border-color css
<style>
span { border-color: #4547F4; }
span { border-color: rgb(69,71,244); }
td.TdClassName
{
border-color: #4547F4;
}
.TagClassName
{
border-color: #4547F4;
}
</style>