#455FFF

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

Shades of Neon Blue #455FFF

Tints of Neon Blue #455FFF

Color information

#455FFF (or 0x455FFF) is unknown color: approx Neon Blue. HEX triplet: 45, 5F and FF. RGB value is (69,95,255). Sum of RGB (Red+Green+Blue) = 69+95+255=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #455FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455FFF is #BAA000. Grayscale: #686868. Windows color (decimal): -12230657 or 16736069. OLE color: 16736069.

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

Color convert

RGB6995255-
CMYK0.730.6300
HSL231.61º100%63.53%-
HSV(B)231.61º72.94%100%-
XYZ24.616.6796.53-
YUV105.47212.39101.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 255 (100% from 255) = 60.86%
R=16.47%
G=22.67%
B=60.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal69952550.730.6300231.6110063.53
Hex455FFF493F00e86440
Octal1051373771117700350144100
Binary10001011011111111111111001001111111001110100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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