#455EFE

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

Shades of Neon Blue #455EFE

Tints of Neon Blue #455EFE

Color information

#455EFE (or 0x455EFE) is unknown color: approx Neon Blue. HEX triplet: 45, 5E and FE. RGB value is (69,94,254). Sum of RGB (Red+Green+Blue) = 69+94+254=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #455EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EFE is #BAA101. Grayscale: #686868. Windows color (decimal): -12230914 or 16670277. OLE color: 16670277.

HSL color Cylindrical-coordinate representation of color #455EFE: hue angle of 231.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455EFE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6994254-
CMYK0.730.6300.00
HSL231.89º98.93%63.33%-
HSV(B)231.89º72.83%99.61%-
XYZ24.3516.4395.65-
YUV104.76212.22102.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.55%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 254 (99.61% from 255) = 60.91%
R=16.55%
G=22.54%
B=60.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal69942540.730.6300.00231.8998.9363.33
Hex455EFE493F00e8633f
Octal105136376111770035014377
Binary1000101101111011111110100100111111100111010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455EFE; }

 p { color: rgb(69,94,254); }

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

<style>
 a { background-color: #455EFE; }

 a { background-color: rgb(69,94,254); }

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

<style>
 span { border-color: #455EFE; }

 span { border-color: rgb(69,94,254); }

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