#454FE9

Color #454FE9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #454FE9

Tints of Neon Blue #454FE9

Color information

#454FE9 (or 0x454FE9) is unknown color: approx Neon Blue. HEX triplet: 45, 4F and E9. RGB value is (69,79,233). Sum of RGB (Red+Green+Blue) = 69+79+233=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #454FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454FE9 is #BAB016. Grayscale: #5C5C5C. Windows color (decimal): -12234775 or 15290181. OLE color: 15290181.

HSL color Cylindrical-coordinate representation of color #454FE9: hue angle of 236.34º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454FE9 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6979233-
CMYK0.700.6600.09
HSL236.34º78.85%59.22%-
HSV(B)236.34º70.39%91.37%-
XYZ19.9612.7478.5-
YUV93.57206.69110.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 233 (91.41% from 255) = 61.15%
R=18.11%
G=20.73%
B=61.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69792330.700.6600.09236.3478.8559.22
Hex454FE9464209ec4f3b
Octal10511735110610201135411773
Binary10001011001111111010011000110100001001001111011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454FE9; }

 p { color: rgb(69,79,233); }

 H1.HeaderClassName
 {
   color: #454FE9;
 }
 .AnyTagClassName
 {
   color: #454FE9;
 }
</style>
background-color css

<style>
 a { background-color: #454FE9; }

 a { background-color: rgb(69,79,233); }

 div.DivClassName
 {
   background-color: #454FE9;
 }
 .BgClassName
 {
   background-color: #454FE9;
 }
</style>
border-color css

<style>
 span { border-color: #454FE9; }

 span { border-color: rgb(69,79,233); }

 td.TdClassName
 {
   border-color: #454FE9;
 }
 .TagClassName
 {
   border-color: #454FE9;
 }
</style>