#5465FC

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

Shades of Neon Blue #5465FC

Tints of Neon Blue #5465FC

Color information

#5465FC (or 0x5465FC) is unknown color: approx Neon Blue. HEX triplet: 54, 65 and FC. RGB value is (84,101,252). Sum of RGB (Red+Green+Blue) = 84+101+252=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #5465FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465FC is #AB9A03. Grayscale: #707070. Windows color (decimal): -11246084 or 16541012. OLE color: 16541012.

HSL color Cylindrical-coordinate representation of color #5465FC: hue angle of 233.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5465FC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84101252-
CMYK0.670.6000.01
HSL233.93º96.55%65.88%-
HSV(B)233.93º66.67%98.82%-
XYZ25.8818.2294.25-
YUV113.13206.37107.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 252 (98.83% from 255) = 57.67%
R=19.22%
G=23.11%
B=57.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841012520.670.6000.01233.9396.5565.88
Hex5465FC433C01ea6142
Octal1241453741037401352141102
Binary10101001100101111111001000011111100011110101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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