Shades of Neon Blue #454EF2
Tints of Neon Blue #454EF2
RGB
CMYK
RGB Variations
Color information
#454EF2 (or 0x454EF2) is known color: Neon Blue. HEX triplet: 45, 4E and F2. RGB value is (69,78,242). Sum of RGB (Red+Green+Blue) = 69+78+242=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #454EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454EF2 is #BAB10D. Grayscale: #5D5D5D. Windows color (decimal): -12235022 or 15879749. OLE color: 15879749.
HSL color Cylindrical-coordinate representation of color #454EF2: hue angle of 236.88º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454EF2 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 78 | 242 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.05 |
| HSL | 236.88º | 0.87% | 0.61% | - |
| HSV(B) | 236.88º | 0.71% | 0.95% | - |
| XYZ | 21.21 | 13.12 | 85.42 | - |
| YUV | 94.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 242 | 0.71 | 0.68 | 0 | 0.05 | 236.88 | 0.87 | 0.61 |
| Hex | 45 | 4E | F2 | 47 | 44 | 0 | 5 | ED | 57 | 3D |
| Octal | 105 | 116 | 362 | 107 | 104 | 0 | 5 | 355 | 127 | 75 |
| Binary | 1000101 | 1001110 | 11110010 | 1000111 | 1000100 | 0 | 101 | 11101101 | 1010111 | 111101 |
Color Harmonies of #454EF2
Complementary color
Monochromatic Colors of #454EF2
Black with #454EF2
Text Example
Text Example
White with #454EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EF2; }
p { color: rgb(69,78,242); }
H1.HeaderClassName
{
color: #454EF2;
}
.AnyTagClassName
{
color: #454EF2;
}
</style>
background-color css
<style>
a { background-color: #454EF2; }
a { background-color: rgb(69,78,242); }
div.DivClassName
{
background-color: #454EF2;
}
.BgClassName
{
background-color: #454EF2;
}
</style>
border-color css
<style>
span { border-color: #454EF2; }
span { border-color: rgb(69,78,242); }
td.TdClassName
{
border-color: #454EF2;
}
.TagClassName
{
border-color: #454EF2;
}
</style>