#3556FF

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

Shades of Neon Blue #3556FF

Tints of Neon Blue #3556FF

Color information

#3556FF (or 0x3556FF) is unknown color: approx Neon Blue. HEX triplet: 35, 56 and FF. RGB value is (53,86,255). Sum of RGB (Red+Green+Blue) = 53+86+255=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #3556FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3556FF is #CAA900. Grayscale: #5E5E5E. Windows color (decimal): -13281537 or 16733749. OLE color: 16733749.

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

Color convert

RGB5386255-
CMYK0.790.6600
HSL230.2º100%60.39%-
HSV(B)230.2º79.22%100%-
XYZ22.8514.6396.23-
YUV95.4218.0797.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 255 (100% from 255) = 64.72%
R=13.45%
G=21.83%
B=64.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal53862550.790.6600230.210060.39
Hex3556FF4F4200e6643c
Octal651263771171020034614474
Binary1101011010110111111111001111100001000111001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3556FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,86,255); }

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

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

 a { background-color: rgb(53,86,255); }

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

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

 span { border-color: rgb(53,86,255); }

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