#455AF2

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

Shades of Neon Blue #455AF2

Tints of Neon Blue #455AF2

Color information

#455AF2 (or 0x455AF2) is unknown color: approx Neon Blue. HEX triplet: 45, 5A and F2. RGB value is (69,90,242). Sum of RGB (Red+Green+Blue) = 69+90+242=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #455AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455AF2 is #BAA50D. Grayscale: #646464. Windows color (decimal): -12231950 or 15882821. OLE color: 15882821.

HSL color Cylindrical-coordinate representation of color #455AF2: hue angle of 232.72º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455AF2 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6990242-
CMYK0.710.6300.05
HSL232.72º86.93%60.98%-
HSV(B)232.72º71.49%94.9%-
XYZ22.1414.9985.73-
YUV101.05207.54105.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.21%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 242 (94.92% from 255) = 60.35%
R=17.21%
G=22.44%
B=60.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69902420.710.6300.05232.7286.9360.98
Hex455AF2473F05e9573d
Octal105132362107770535112775
Binary100010110110101111001010001111111110101111010011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,242); }

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

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

 a { background-color: rgb(69,90,242); }

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

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

 span { border-color: rgb(69,90,242); }

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