#455EFD

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

Shades of Neon Blue #455EFD

Tints of Neon Blue #455EFD

Color information

#455EFD (or 0x455EFD) is unknown color: approx Neon Blue. HEX triplet: 45, 5E and FD. RGB value is (69,94,253). Sum of RGB (Red+Green+Blue) = 69+94+253=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #455EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EFD is #BAA102. Grayscale: #676767. Windows color (decimal): -12230915 or 16604741. OLE color: 16604741.

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

Color convert

RGB6994253-
CMYK0.730.6300.01
HSL231.85º97.87%63.14%-
HSV(B)231.85º72.73%99.22%-
XYZ24.1916.3694.81-
YUV104.65211.72102.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.59%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 253 (99.22% from 255) = 60.82%
R=16.59%
G=22.60%
B=60.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal69942530.730.6300.01231.8597.8763.14
Hex455EFD493F01e8623f
Octal105136375111770135014277
Binary1000101101111011111101100100111111101111010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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