#3552F2

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

Shades of Neon Blue #3552F2

Tints of Neon Blue #3552F2

Color information

#3552F2 (or 0x3552F2) is unknown color: approx Neon Blue. HEX triplet: 35, 52 and F2. RGB value is (53,82,242). Sum of RGB (Red+Green+Blue) = 53+82+242=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #3552F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3552F2 is #CAAD0D. Grayscale: #5A5A5A. Windows color (decimal): -13282574 or 15880757. OLE color: 15880757.

HSL color Cylindrical-coordinate representation of color #3552F2: hue angle of 230.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3552F2 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5382242-
CMYK0.780.6600.05
HSL230.79º87.91%57.84%-
HSV(B)230.79º78.1%94.9%-
XYZ20.5113.285.47-
YUV91.57212.89100.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 242 (94.92% from 255) = 64.19%
R=14.06%
G=21.75%
B=64.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53822420.780.6600.05230.7987.9157.84
Hex3552F24E4205e7583a
Octal651223621161020534713072
Binary110101101001011110010100111010000100101111001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3552F2; }

 p { color: rgb(53,82,242); }

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

<style>
 a { background-color: #3552F2; }

 a { background-color: rgb(53,82,242); }

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

<style>
 span { border-color: #3552F2; }

 span { border-color: rgb(53,82,242); }

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