Shades of Neon Blue #455BFB
Tints of Neon Blue #455BFB
RGB
CMYK
RGB Variations
Color information
#455BFB (or 0x455BFB) is known color: Neon Blue. HEX triplet: 45, 5B and FB. RGB value is (69,91,251). Sum of RGB (Red+Green+Blue) = 69+91+251=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #455BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455BFB is #BAA404. Grayscale: #666666. Windows color (decimal): -12231685 or 16472901. OLE color: 16472901.
HSL color Cylindrical-coordinate representation of color #455BFB: hue angle of 232.75º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455BFB is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 91 | 251 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.02 |
| HSL | 232.75º | 0.96% | 0.63% | - |
| HSV(B) | 232.75º | 0.73% | 0.98% | - |
| XYZ | 23.61 | 15.71 | 93.06 | - |
| YUV | 102.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 251 | 0.73 | 0.64 | 0 | 0.02 | 232.75 | 0.96 | 0.63 |
| Hex | 45 | 5B | FB | 49 | 40 | 0 | 2 | E9 | 60 | 3F |
| Octal | 105 | 133 | 373 | 111 | 100 | 0 | 2 | 351 | 140 | 77 |
| Binary | 1000101 | 1011011 | 11111011 | 1001001 | 1000000 | 0 | 10 | 11101001 | 1100000 | 111111 |
Color Harmonies of #455BFB
Complementary color
Monochromatic Colors of #455BFB
Black with #455BFB
Text Example
Text Example
White with #455BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BFB; }
p { color: rgb(69,91,251); }
H1.HeaderClassName
{
color: #455BFB;
}
.AnyTagClassName
{
color: #455BFB;
}
</style>
background-color css
<style>
a { background-color: #455BFB; }
a { background-color: rgb(69,91,251); }
div.DivClassName
{
background-color: #455BFB;
}
.BgClassName
{
background-color: #455BFB;
}
</style>
border-color css
<style>
span { border-color: #455BFB; }
span { border-color: rgb(69,91,251); }
td.TdClassName
{
border-color: #455BFB;
}
.TagClassName
{
border-color: #455BFB;
}
</style>