Shades of Neon Blue #454CE6
Tints of Neon Blue #454CE6
RGB
CMYK
RGB Variations
Color information
#454CE6 (or 0x454CE6) is known color: Neon Blue. HEX triplet: 45, 4C and E6. RGB value is (69,76,230). Sum of RGB (Red+Green+Blue) = 69+76+230=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #454CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454CE6 is #BAB319. Grayscale: #5A5A5A. Windows color (decimal): -12235546 or 15092805. OLE color: 15092805.
HSL color Cylindrical-coordinate representation of color #454CE6: hue angle of 237.39º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454CE6 is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 76 | 230 | - |
| CMYK | 0.7 | 0.67 | 0 | 0.10 |
| HSL | 237.39º | 0.76% | 0.59% | - |
| HSV(B) | 237.39º | 0.7% | 0.9% | - |
| XYZ | 19.32 | 12.15 | 76.19 | - |
| YUV | 91.46 | 206.18 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 230 | 0.7 | 0.67 | 0 | 0.10 | 237.39 | 0.76 | 0.59 |
| Hex | 45 | 4C | E6 | 46 | 43 | 0 | A | ED | 4C | 3B |
| Octal | 105 | 114 | 346 | 106 | 103 | 0 | 12 | 355 | 114 | 73 |
| Binary | 1000101 | 1001100 | 11100110 | 1000110 | 1000011 | 0 | 1010 | 11101101 | 1001100 | 111011 |
Color Harmonies of #454CE6
Complementary color
Monochromatic Colors of #454CE6
Black with #454CE6
Text Example
Text Example
White with #454CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CE6; }
p { color: rgb(69,76,230); }
H1.HeaderClassName
{
color: #454CE6;
}
.AnyTagClassName
{
color: #454CE6;
}
</style>
background-color css
<style>
a { background-color: #454CE6; }
a { background-color: rgb(69,76,230); }
div.DivClassName
{
background-color: #454CE6;
}
.BgClassName
{
background-color: #454CE6;
}
</style>
border-color css
<style>
span { border-color: #454CE6; }
span { border-color: rgb(69,76,230); }
td.TdClassName
{
border-color: #454CE6;
}
.TagClassName
{
border-color: #454CE6;
}
</style>