#5465FA

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

Shades of Neon Blue #5465FA

Tints of Neon Blue #5465FA

Color information

#5465FA (or 0x5465FA) is unknown color: approx Neon Blue. HEX triplet: 54, 65 and FA. RGB value is (84,101,250). Sum of RGB (Red+Green+Blue) = 84+101+250=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5465FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465FA is #AB9A05. Grayscale: #707070. Windows color (decimal): -11246086 or 16409940. OLE color: 16409940.

HSL color Cylindrical-coordinate representation of color #5465FA: hue angle of 233.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5465FA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84101250-
CMYK0.660.6000.02
HSL233.86º94.32%65.49%-
HSV(B)233.86º66.4%98.04%-
XYZ25.5718.0992.59-
YUV112.9205.37107.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 250 (98.05% from 255) = 57.47%
R=19.31%
G=23.22%
B=57.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841012500.660.6000.02233.8694.3265.49
Hex5465FA423C02ea5e41
Octal1241453721027402352136101
Binary101010011001011111101010000101111000101110101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5465FA; }

 p { color: rgb(84,101,250); }

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

<style>
 a { background-color: #5465FA; }

 a { background-color: rgb(84,101,250); }

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

<style>
 span { border-color: #5465FA; }

 span { border-color: rgb(84,101,250); }

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