Shades of Neon Blue #4534F0
Tints of Neon Blue #4534F0
RGB
CMYK
RGB Variations
Color information
#4534F0 (or 0x4534F0) is known color: Neon Blue. HEX triplet: 45, 34 and F0. RGB value is (69,52,240). Sum of RGB (Red+Green+Blue) = 69+52+240=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #4534F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4534F0 is #BACB0F. Grayscale: #4D4D4D. Windows color (decimal): -12241680 or 15742021. OLE color: 15742021.
HSL color Cylindrical-coordinate representation of color #4534F0: hue angle of 245.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4534F0 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 52 | 240 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.06 |
| HSL | 245.43º | 0.86% | 0.57% | - |
| HSV(B) | 245.43º | 0.78% | 0.94% | - |
| XYZ | 19.41 | 10.01 | 83.35 | - |
| YUV | 78.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 240 | 0.71 | 0.78 | 0 | 0.06 | 245.43 | 0.86 | 0.57 |
| Hex | 45 | 34 | F0 | 47 | 4E | 0 | 6 | F5 | 56 | 39 |
| Octal | 105 | 64 | 360 | 107 | 116 | 0 | 6 | 365 | 126 | 71 |
| Binary | 1000101 | 110100 | 11110000 | 1000111 | 1001110 | 0 | 110 | 11110101 | 1010110 | 111001 |
Color Harmonies of #4534F0
Complementary color
Monochromatic Colors of #4534F0
Black with #4534F0
Text Example
Text Example
White with #4534F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534F0; }
p { color: rgb(69,52,240); }
H1.HeaderClassName
{
color: #4534F0;
}
.AnyTagClassName
{
color: #4534F0;
}
</style>
background-color css
<style>
a { background-color: #4534F0; }
a { background-color: rgb(69,52,240); }
div.DivClassName
{
background-color: #4534F0;
}
.BgClassName
{
background-color: #4534F0;
}
</style>
border-color css
<style>
span { border-color: #4534F0; }
span { border-color: rgb(69,52,240); }
td.TdClassName
{
border-color: #4534F0;
}
.TagClassName
{
border-color: #4534F0;
}
</style>