Shades of Neon Blue #453BFB
Tints of Neon Blue #453BFB
RGB
CMYK
RGB Variations
Color information
#453BFB (or 0x453BFB) is known color: Neon Blue. HEX triplet: 45, 3B and FB. RGB value is (69,59,251). Sum of RGB (Red+Green+Blue) = 69+59+251=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #453BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453BFB is #BAC404. Grayscale: #535353. Windows color (decimal): -12239877 or 16464709. OLE color: 16464709.
HSL color Cylindrical-coordinate representation of color #453BFB: hue angle of 243.13º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453BFB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 59 | 251 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.02 |
| HSL | 243.13º | 0.96% | 0.61% | - |
| HSV(B) | 243.13º | 0.76% | 0.98% | - |
| XYZ | 21.43 | 11.36 | 92.33 | - |
| YUV | 83.88 | 222.31 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 251 | 0.73 | 0.76 | 0 | 0.02 | 243.13 | 0.96 | 0.61 |
| Hex | 45 | 3B | FB | 49 | 4C | 0 | 2 | F3 | 60 | 3D |
| Octal | 105 | 73 | 373 | 111 | 114 | 0 | 2 | 363 | 140 | 75 |
| Binary | 1000101 | 111011 | 11111011 | 1001001 | 1001100 | 0 | 10 | 11110011 | 1100000 | 111101 |
Color Harmonies of #453BFB
Complementary color
Monochromatic Colors of #453BFB
Black with #453BFB
Text Example
Text Example
White with #453BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BFB; }
p { color: rgb(69,59,251); }
H1.HeaderClassName
{
color: #453BFB;
}
.AnyTagClassName
{
color: #453BFB;
}
</style>
background-color css
<style>
a { background-color: #453BFB; }
a { background-color: rgb(69,59,251); }
div.DivClassName
{
background-color: #453BFB;
}
.BgClassName
{
background-color: #453BFB;
}
</style>
border-color css
<style>
span { border-color: #453BFB; }
span { border-color: rgb(69,59,251); }
td.TdClassName
{
border-color: #453BFB;
}
.TagClassName
{
border-color: #453BFB;
}
</style>