Shades of Neon Blue #453BFD
Tints of Neon Blue #453BFD
RGB
CMYK
RGB Variations
Color information
#453BFD (or 0x453BFD) is known color: Neon Blue. HEX triplet: 45, 3B and FD. RGB value is (69,59,253). Sum of RGB (Red+Green+Blue) = 69+59+253=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #453BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453BFD is #BAC402. Grayscale: #535353. Windows color (decimal): -12239875 or 16595781. OLE color: 16595781.
HSL color Cylindrical-coordinate representation of color #453BFD: hue angle of 243.09º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #453BFD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 59 | 253 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.01 |
| HSL | 243.09º | 0.98% | 0.61% | - |
| HSV(B) | 243.09º | 0.77% | 0.99% | - |
| XYZ | 21.75 | 11.48 | 94 | - |
| YUV | 84.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 253 | 0.73 | 0.77 | 0 | 0.01 | 243.09 | 0.98 | 0.61 |
| Hex | 45 | 3B | FD | 49 | 4D | 0 | 1 | F3 | 62 | 3D |
| Octal | 105 | 73 | 375 | 111 | 115 | 0 | 1 | 363 | 142 | 75 |
| Binary | 1000101 | 111011 | 11111101 | 1001001 | 1001101 | 0 | 1 | 11110011 | 1100010 | 111101 |
Color Harmonies of #453BFD
Complementary color
Monochromatic Colors of #453BFD
Black with #453BFD
Text Example
Text Example
White with #453BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BFD; }
p { color: rgb(69,59,253); }
H1.HeaderClassName
{
color: #453BFD;
}
.AnyTagClassName
{
color: #453BFD;
}
</style>
background-color css
<style>
a { background-color: #453BFD; }
a { background-color: rgb(69,59,253); }
div.DivClassName
{
background-color: #453BFD;
}
.BgClassName
{
background-color: #453BFD;
}
</style>
border-color css
<style>
span { border-color: #453BFD; }
span { border-color: rgb(69,59,253); }
td.TdClassName
{
border-color: #453BFD;
}
.TagClassName
{
border-color: #453BFD;
}
</style>