#5565FE

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

Shades of Neon Blue #5565FE

Tints of Neon Blue #5565FE

Color information

#5565FE (or 0x5565FE) is unknown color: approx Neon Blue. HEX triplet: 55, 65 and FE. RGB value is (85,101,254). Sum of RGB (Red+Green+Blue) = 85+101+254=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #5565FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565FE is #AA9A01. Grayscale: #717171. Windows color (decimal): -11180546 or 16672085. OLE color: 16672085.

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

Color convert

RGB85101254-
CMYK0.670.6000.00
HSL234.32º98.83%66.47%-
HSV(B)234.32º66.54%99.61%-
XYZ26.2918.3995.93-
YUV113.66207.2107.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 254 (99.61% from 255) = 57.73%
R=19.32%
G=22.95%
B=57.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851012540.670.6000.00234.3298.8366.47
Hex5565FE433C00ea6342
Octal1251453761037400352143102
Binary10101011100101111111101000011111100001110101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5565FE; }

 p { color: rgb(85,101,254); }

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

<style>
 a { background-color: #5565FE; }

 a { background-color: rgb(85,101,254); }

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

<style>
 span { border-color: #5565FE; }

 span { border-color: rgb(85,101,254); }

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