Shades of Neon Blue #454CFB
Tints of Neon Blue #454CFB
RGB
CMYK
RGB Variations
Color information
#454CFB (or 0x454CFB) is known color: Neon Blue. HEX triplet: 45, 4C and FB. RGB value is (69,76,251). Sum of RGB (Red+Green+Blue) = 69+76+251=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #454CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454CFB is #BAB304. Grayscale: #5D5D5D. Windows color (decimal): -12235525 or 16469061. OLE color: 16469061.
HSL color Cylindrical-coordinate representation of color #454CFB: hue angle of 237.69º 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 #454CFB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 76 | 251 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.02 |
| HSL | 237.69º | 0.96% | 0.63% | - |
| HSV(B) | 237.69º | 0.73% | 0.98% | - |
| XYZ | 22.45 | 13.4 | 92.67 | - |
| YUV | 93.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 251 | 0.73 | 0.70 | 0 | 0.02 | 237.69 | 0.96 | 0.63 |
| Hex | 45 | 4C | FB | 49 | 46 | 0 | 2 | EE | 60 | 3F |
| Octal | 105 | 114 | 373 | 111 | 106 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1000101 | 1001100 | 11111011 | 1001001 | 1000110 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #454CFB
Complementary color
Monochromatic Colors of #454CFB
Black with #454CFB
Text Example
Text Example
White with #454CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CFB; }
p { color: rgb(69,76,251); }
H1.HeaderClassName
{
color: #454CFB;
}
.AnyTagClassName
{
color: #454CFB;
}
</style>
background-color css
<style>
a { background-color: #454CFB; }
a { background-color: rgb(69,76,251); }
div.DivClassName
{
background-color: #454CFB;
}
.BgClassName
{
background-color: #454CFB;
}
</style>
border-color css
<style>
span { border-color: #454CFB; }
span { border-color: rgb(69,76,251); }
td.TdClassName
{
border-color: #454CFB;
}
.TagClassName
{
border-color: #454CFB;
}
</style>