Shades of Neon Blue #453DF7
Tints of Neon Blue #453DF7
RGB
CMYK
RGB Variations
Color information
#453DF7 (or 0x453DF7) is known color: Neon Blue. HEX triplet: 45, 3D and F7. RGB value is (69,61,247). Sum of RGB (Red+Green+Blue) = 69+61+247=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #453DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453DF7 is #BAC208. Grayscale: #535353. Windows color (decimal): -12239369 or 16203077. OLE color: 16203077.
HSL color Cylindrical-coordinate representation of color #453DF7: hue angle of 242.58º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453DF7 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 61 | 247 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.03 |
| HSL | 242.58º | 0.92% | 0.6% | - |
| HSV(B) | 242.58º | 0.75% | 0.97% | - |
| XYZ | 20.91 | 11.32 | 89.08 | - |
| YUV | 84.6 | 219.65 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 247 | 0.72 | 0.75 | 0 | 0.03 | 242.58 | 0.92 | 0.6 |
| Hex | 45 | 3D | F7 | 48 | 4B | 0 | 3 | F3 | 5C | 3C |
| Octal | 105 | 75 | 367 | 110 | 113 | 0 | 3 | 363 | 134 | 74 |
| Binary | 1000101 | 111101 | 11110111 | 1001000 | 1001011 | 0 | 11 | 11110011 | 1011100 | 111100 |
Color Harmonies of #453DF7
Complementary color
Monochromatic Colors of #453DF7
Black with #453DF7
Text Example
Text Example
White with #453DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DF7; }
p { color: rgb(69,61,247); }
H1.HeaderClassName
{
color: #453DF7;
}
.AnyTagClassName
{
color: #453DF7;
}
</style>
background-color css
<style>
a { background-color: #453DF7; }
a { background-color: rgb(69,61,247); }
div.DivClassName
{
background-color: #453DF7;
}
.BgClassName
{
background-color: #453DF7;
}
</style>
border-color css
<style>
span { border-color: #453DF7; }
span { border-color: rgb(69,61,247); }
td.TdClassName
{
border-color: #453DF7;
}
.TagClassName
{
border-color: #453DF7;
}
</style>