Shades of Neon Blue #453AFF
Tints of Neon Blue #453AFF
RGB
CMYK
RGB Variations
Color information
#453AFF (or 0x453AFF) is known color: Neon Blue. HEX triplet: 45, 3A and FF. RGB value is (69,58,255). Sum of RGB (Red+Green+Blue) = 69+58+255=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #453AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453AFF is #BAC500. Grayscale: #525252. Windows color (decimal): -12240129 or 16726597. OLE color: 16726597.
HSL color Cylindrical-coordinate representation of color #453AFF: hue angle of 243.35º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #453AFF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 58 | 255 | - |
| CMYK | 0.73 | 0.77 | 0 | 0 |
| HSL | 243.35º | 1% | 0.61% | - |
| HSV(B) | 243.35º | 0.77% | 1% | - |
| XYZ | 22.02 | 11.51 | 95.67 | - |
| YUV | 83.75 | 224.64 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 255 | 0.73 | 0.77 | 0 | 0 | 243.35 | 1 | 0.61 |
| Hex | 45 | 3A | FF | 49 | 4D | 0 | 0 | F3 | 64 | 3D |
| Octal | 105 | 72 | 377 | 111 | 115 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000101 | 111010 | 11111111 | 1001001 | 1001101 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #453AFF
Complementary color
Monochromatic Colors of #453AFF
Black with #453AFF
Text Example
Text Example
White with #453AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453AFF; }
p { color: rgb(69,58,255); }
H1.HeaderClassName
{
color: #453AFF;
}
.AnyTagClassName
{
color: #453AFF;
}
</style>
background-color css
<style>
a { background-color: #453AFF; }
a { background-color: rgb(69,58,255); }
div.DivClassName
{
background-color: #453AFF;
}
.BgClassName
{
background-color: #453AFF;
}
</style>
border-color css
<style>
span { border-color: #453AFF; }
span { border-color: rgb(69,58,255); }
td.TdClassName
{
border-color: #453AFF;
}
.TagClassName
{
border-color: #453AFF;
}
</style>