Shades of Neon Blue #453CFF
Tints of Neon Blue #453CFF
RGB
CMYK
RGB Variations
Color information
#453CFF (or 0x453CFF) is known color: Neon Blue. HEX triplet: 45, 3C and FF. RGB value is (69,60,255). Sum of RGB (Red+Green+Blue) = 69+60+255=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #453CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CFF is #BAC300. Grayscale: #545454. Windows color (decimal): -12239617 or 16727109. OLE color: 16727109.
HSL color Cylindrical-coordinate representation of color #453CFF: hue angle of 242.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453CFF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 60 | 255 | - |
| CMYK | 0.73 | 0.76 | 0 | 0 |
| HSL | 242.77º | 1% | 0.62% | - |
| HSV(B) | 242.77º | 0.76% | 1% | - |
| XYZ | 22.12 | 11.72 | 95.7 | - |
| YUV | 84.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 255 | 0.73 | 0.76 | 0 | 0 | 242.77 | 1 | 0.62 |
| Hex | 45 | 3C | FF | 49 | 4C | 0 | 0 | F3 | 64 | 3E |
| Octal | 105 | 74 | 377 | 111 | 114 | 0 | 0 | 363 | 144 | 76 |
| Binary | 1000101 | 111100 | 11111111 | 1001001 | 1001100 | 0 | 0 | 11110011 | 1100100 | 111110 |
Color Harmonies of #453CFF
Complementary color
Monochromatic Colors of #453CFF
Black with #453CFF
Text Example
Text Example
White with #453CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CFF; }
p { color: rgb(69,60,255); }
H1.HeaderClassName
{
color: #453CFF;
}
.AnyTagClassName
{
color: #453CFF;
}
</style>
background-color css
<style>
a { background-color: #453CFF; }
a { background-color: rgb(69,60,255); }
div.DivClassName
{
background-color: #453CFF;
}
.BgClassName
{
background-color: #453CFF;
}
</style>
border-color css
<style>
span { border-color: #453CFF; }
span { border-color: rgb(69,60,255); }
td.TdClassName
{
border-color: #453CFF;
}
.TagClassName
{
border-color: #453CFF;
}
</style>