#455FFD

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

Shades of Neon Blue #455FFD

Tints of Neon Blue #455FFD

Color information

#455FFD (or 0x455FFD) is unknown color: approx Neon Blue. HEX triplet: 45, 5F and FD. RGB value is (69,95,253). Sum of RGB (Red+Green+Blue) = 69+95+253=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #455FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455FFD is #BAA002. Grayscale: #686868. Windows color (decimal): -12230659 or 16604997. OLE color: 16604997.

HSL color Cylindrical-coordinate representation of color #455FFD: hue angle of 231.52º 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 #455FFD is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6995253-
CMYK0.730.6200.01
HSL231.52º97.87%63.14%-
HSV(B)231.52º72.73%99.22%-
XYZ24.2816.5494.84-
YUV105.24211.39102.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.55%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 253 (99.22% from 255) = 60.67%
R=16.55%
G=22.78%
B=60.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal69952530.730.6200.01231.5297.8763.14
Hex455FFD493E01e8623f
Octal105137375111760135014277
Binary1000101101111111111101100100111111001111010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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