Shades of Neon Blue #453CF7
Tints of Neon Blue #453CF7
RGB
CMYK
RGB Variations
Color information
#453CF7 (or 0x453CF7) is known color: Neon Blue. HEX triplet: 45, 3C and F7. RGB value is (69,60,247). Sum of RGB (Red+Green+Blue) = 69+60+247=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #453CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CF7 is #BAC308. Grayscale: #535353. Windows color (decimal): -12239625 or 16202821. OLE color: 16202821.
HSL color Cylindrical-coordinate representation of color #453CF7: hue angle of 242.89º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453CF7 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 60 | 247 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.03 |
| HSL | 242.89º | 0.92% | 0.6% | - |
| HSV(B) | 242.89º | 0.76% | 0.97% | - |
| XYZ | 20.86 | 11.21 | 89.06 | - |
| YUV | 84.01 | 219.98 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 247 | 0.72 | 0.76 | 0 | 0.03 | 242.89 | 0.92 | 0.6 |
| Hex | 45 | 3C | F7 | 48 | 4C | 0 | 3 | F3 | 5C | 3C |
| Octal | 105 | 74 | 367 | 110 | 114 | 0 | 3 | 363 | 134 | 74 |
| Binary | 1000101 | 111100 | 11110111 | 1001000 | 1001100 | 0 | 11 | 11110011 | 1011100 | 111100 |
Color Harmonies of #453CF7
Complementary color
Monochromatic Colors of #453CF7
Black with #453CF7
Text Example
Text Example
White with #453CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CF7; }
p { color: rgb(69,60,247); }
H1.HeaderClassName
{
color: #453CF7;
}
.AnyTagClassName
{
color: #453CF7;
}
</style>
background-color css
<style>
a { background-color: #453CF7; }
a { background-color: rgb(69,60,247); }
div.DivClassName
{
background-color: #453CF7;
}
.BgClassName
{
background-color: #453CF7;
}
</style>
border-color css
<style>
span { border-color: #453CF7; }
span { border-color: rgb(69,60,247); }
td.TdClassName
{
border-color: #453CF7;
}
.TagClassName
{
border-color: #453CF7;
}
</style>