Shades of Neon Blue #4553FF
Tints of Neon Blue #4553FF
RGB
CMYK
RGB Variations
Color information
#4553FF (or 0x4553FF) is known color: Neon Blue. HEX triplet: 45, 53 and FF. RGB value is (69,83,255). Sum of RGB (Red+Green+Blue) = 69+83+255=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #4553FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4553FF is #BAAC00. Grayscale: #616161. Windows color (decimal): -12233729 or 16732997. OLE color: 16732997.
HSL color Cylindrical-coordinate representation of color #4553FF: hue angle of 235.48º 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 #4553FF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 83 | 255 | - |
| CMYK | 0.73 | 0.67 | 0 | 0 |
| HSL | 235.48º | 1% | 0.64% | - |
| HSV(B) | 235.48º | 0.73% | 1% | - |
| XYZ | 23.6 | 14.67 | 96.2 | - |
| YUV | 98.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 255 | 0.73 | 0.67 | 0 | 0 | 235.48 | 1 | 0.64 |
| Hex | 45 | 53 | FF | 49 | 43 | 0 | 0 | EB | 64 | 40 |
| Octal | 105 | 123 | 377 | 111 | 103 | 0 | 0 | 353 | 144 | 100 |
| Binary | 1000101 | 1010011 | 11111111 | 1001001 | 1000011 | 0 | 0 | 11101011 | 1100100 | 1000000 |
Color Harmonies of #4553FF
Complementary color
Monochromatic Colors of #4553FF
Black with #4553FF
Text Example
Text Example
White with #4553FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553FF; }
p { color: rgb(69,83,255); }
H1.HeaderClassName
{
color: #4553FF;
}
.AnyTagClassName
{
color: #4553FF;
}
</style>
background-color css
<style>
a { background-color: #4553FF; }
a { background-color: rgb(69,83,255); }
div.DivClassName
{
background-color: #4553FF;
}
.BgClassName
{
background-color: #4553FF;
}
</style>
border-color css
<style>
span { border-color: #4553FF; }
span { border-color: rgb(69,83,255); }
td.TdClassName
{
border-color: #4553FF;
}
.TagClassName
{
border-color: #4553FF;
}
</style>