Shades of Neon Blue #4552FF
Tints of Neon Blue #4552FF
RGB
CMYK
RGB Variations
Color information
#4552FF (or 0x4552FF) is known color: Neon Blue. HEX triplet: 45, 52 and FF. RGB value is (69,82,255). Sum of RGB (Red+Green+Blue) = 69+82+255=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4552FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4552FF is #BAAD00. Grayscale: #616161. Windows color (decimal): -12233985 or 16732741. OLE color: 16732741.
HSL color Cylindrical-coordinate representation of color #4552FF: hue angle of 235.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4552FF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 82 | 255 | - |
| CMYK | 0.73 | 0.68 | 0 | 0 |
| HSL | 235.81º | 1% | 0.64% | - |
| HSV(B) | 235.81º | 0.73% | 1% | - |
| XYZ | 23.52 | 14.52 | 96.17 | - |
| YUV | 97.84 | 216.69 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 255 | 0.73 | 0.68 | 0 | 0 | 235.81 | 1 | 0.64 |
| Hex | 45 | 52 | FF | 49 | 44 | 0 | 0 | EC | 64 | 40 |
| Octal | 105 | 122 | 377 | 111 | 104 | 0 | 0 | 354 | 144 | 100 |
| Binary | 1000101 | 1010010 | 11111111 | 1001001 | 1000100 | 0 | 0 | 11101100 | 1100100 | 1000000 |
Color Harmonies of #4552FF
Complementary color
Monochromatic Colors of #4552FF
Black with #4552FF
Text Example
Text Example
White with #4552FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552FF; }
p { color: rgb(69,82,255); }
H1.HeaderClassName
{
color: #4552FF;
}
.AnyTagClassName
{
color: #4552FF;
}
</style>
background-color css
<style>
a { background-color: #4552FF; }
a { background-color: rgb(69,82,255); }
div.DivClassName
{
background-color: #4552FF;
}
.BgClassName
{
background-color: #4552FF;
}
</style>
border-color css
<style>
span { border-color: #4552FF; }
span { border-color: rgb(69,82,255); }
td.TdClassName
{
border-color: #4552FF;
}
.TagClassName
{
border-color: #4552FF;
}
</style>