#5565FF

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

Shades of Neon Blue #5565FF

Tints of Neon Blue #5565FF

Color information

#5565FF (or 0x5565FF) is unknown color: approx Neon Blue. HEX triplet: 55, 65 and FF. RGB value is (85,101,255). Sum of RGB (Red+Green+Blue) = 85+101+255=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #5565FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565FF is #AA9A00. Grayscale: #717171. Windows color (decimal): -11180545 or 16737621. OLE color: 16737621.

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

Color convert

RGB85101255-
CMYK0.670.6000
HSL234.35º100%66.67%-
HSV(B)234.35º66.67%100%-
XYZ26.4518.4696.78-
YUV113.77207.7107.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 255 (100% from 255) = 57.82%
R=19.27%
G=22.90%
B=57.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal851012550.670.6000234.3510066.67
Hex5565FF433C00ea6443
Octal1251453771037400352144103
Binary10101011100101111111111000011111100001110101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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