Shades of Neon Blue #453DFC
Tints of Neon Blue #453DFC
RGB
CMYK
RGB Variations
Color information
#453DFC (or 0x453DFC) is known color: Neon Blue. HEX triplet: 45, 3D and FC. RGB value is (69,61,252). Sum of RGB (Red+Green+Blue) = 69+61+252=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #453DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453DFC is #BAC203. Grayscale: #545454. Windows color (decimal): -12239364 or 16530757. OLE color: 16530757.
HSL color Cylindrical-coordinate representation of color #453DFC: hue angle of 242.51º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453DFC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 61 | 252 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.01 |
| HSL | 242.51º | 0.97% | 0.61% | - |
| HSV(B) | 242.51º | 0.76% | 0.99% | - |
| XYZ | 21.69 | 11.63 | 93.2 | - |
| YUV | 85.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 252 | 0.73 | 0.76 | 0 | 0.01 | 242.51 | 0.97 | 0.61 |
| Hex | 45 | 3D | FC | 49 | 4C | 0 | 1 | F3 | 61 | 3D |
| Octal | 105 | 75 | 374 | 111 | 114 | 0 | 1 | 363 | 141 | 75 |
| Binary | 1000101 | 111101 | 11111100 | 1001001 | 1001100 | 0 | 1 | 11110011 | 1100001 | 111101 |
Color Harmonies of #453DFC
Complementary color
Monochromatic Colors of #453DFC
Black with #453DFC
Text Example
Text Example
White with #453DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DFC; }
p { color: rgb(69,61,252); }
H1.HeaderClassName
{
color: #453DFC;
}
.AnyTagClassName
{
color: #453DFC;
}
</style>
background-color css
<style>
a { background-color: #453DFC; }
a { background-color: rgb(69,61,252); }
div.DivClassName
{
background-color: #453DFC;
}
.BgClassName
{
background-color: #453DFC;
}
</style>
border-color css
<style>
span { border-color: #453DFC; }
span { border-color: rgb(69,61,252); }
td.TdClassName
{
border-color: #453DFC;
}
.TagClassName
{
border-color: #453DFC;
}
</style>