#2C55FC

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

Shades of Neon Blue #2C55FC

Tints of Neon Blue #2C55FC

Color information

#2C55FC (or 0x2C55FC) is unknown color: approx Neon Blue. HEX triplet: 2C, 55 and FC. RGB value is (44,85,252). Sum of RGB (Red+Green+Blue) = 44+85+252=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C55FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C55FC is #D3AA03. Grayscale: #5B5B5B. Windows color (decimal): -13871620 or 16536876. OLE color: 16536876.

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

Color convert

RGB4485252-
CMYK0.830.6600.01
HSL228.17º97.2%58.04%-
HSV(B)228.17º82.54%98.82%-
XYZ21.8614.0693.66-
YUV91.78218.4293.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.55%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 252 (98.83% from 255) = 66.14%
R=11.55%
G=22.31%
B=66.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal44852520.830.6600.01228.1797.258.04
Hex2C55FC534201e4613a
Octal541253741231020134414172
Binary1011001010101111111001010011100001001111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C55FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C55FC; }

 p { color: rgb(44,85,252); }

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

<style>
 a { background-color: #2C55FC; }

 a { background-color: rgb(44,85,252); }

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

<style>
 span { border-color: #2C55FC; }

 span { border-color: rgb(44,85,252); }

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