#454BE6

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

Shades of Neon Blue #454BE6

Tints of Neon Blue #454BE6

Color information

#454BE6 (or 0x454BE6) is unknown color: approx Neon Blue. HEX triplet: 45, 4B and E6. RGB value is (69,75,230). Sum of RGB (Red+Green+Blue) = 69+75+230=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #454BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454BE6 is #BAB419. Grayscale: #5A5A5A. Windows color (decimal): -12235802 or 15092549. OLE color: 15092549.

HSL color Cylindrical-coordinate representation of color #454BE6: hue angle of 237.76º 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 #454BE6 is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6975230-
CMYK0.70.6700.10
HSL237.76º76.3%58.63%-
HSV(B)237.76º70%90.2%-
XYZ19.2512.0176.17-
YUV90.88206.51112.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 230 (90.23% from 255) = 61.50%
R=18.45%
G=20.05%
B=61.50%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69752300.70.6700.10237.7676.358.63
Hex454BE646430Aee4c3b
Octal10511334610610301235611473
Binary10001011001011111001101000110100001101010111011101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,75,230); }

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

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

 a { background-color: rgb(69,75,230); }

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

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

 span { border-color: rgb(69,75,230); }

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