#3535E6

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

Shades of Neon Blue #3535E6

Tints of Neon Blue #3535E6

Color information

#3535E6 (or 0x3535E6) is unknown color: approx Neon Blue. HEX triplet: 35, 35 and E6. RGB value is (53,53,230). Sum of RGB (Red+Green+Blue) = 53+53+230=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #3535E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3535E6 is #CACA19. Grayscale: #484848. Windows color (decimal): -13290010 or 15086901. OLE color: 15086901.

HSL color Cylindrical-coordinate representation of color #3535E6: hue angle of 240º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3535E6 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5353230-
CMYK0.770.7700.10
HSL240º77.97%55.49%-
HSV(B)240º76.96%90.2%-
XYZ17.029.0275.71-
YUV73.18216.5113.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 230 (90.23% from 255) = 68.45%
R=15.77%
G=15.77%
B=68.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53532300.770.7700.1024077.9755.49
Hex3535E64D4D0Af04e37
Octal656534611511501236011667
Binary110101110101111001101001101100110101010111100001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3535E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3535E6; }

 p { color: rgb(53,53,230); }

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

<style>
 a { background-color: #3535E6; }

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

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

<style>
 span { border-color: #3535E6; }

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

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