Html Css Color HEX #3535ED Neon Blue

📋 copy color: '#3535ED'

red 53 ◦ green 53 ◦ blue 237

#3535ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3535ED

Tints of Neon Blue #3535ED

RGB

 RED value IS 53 (21.09% from 255) = 15.45%

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 15.45%
G = 15.45%
B = 69.1%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3535ED (or 0x3535ED) is known color: Neon Blue. HEX triplet: 35, 35 and ED. RGB value is (53,53,237). Sum of RGB (Red+Green+Blue) = 53+53+237=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #3535ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3535ED is #CACA12. Grayscale: #494949. Windows color (decimal): -13290003 or 15545653. OLE color: 15545653.

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

Color convert

RGB 53 53 237 -
CMYK 0.78 0.78 0 0.07
HSL 240º 0.84% 0.57% -
HSV(B) 240º 0.78% 0.93% -
XYZ 18.03 9.42 80.99 -
YUV 73.98 220 113.04 -
System Red Green Blue C M Y K H S L
Decimal 53 53 237 0.78 0.78 0 0.07 240 0.84 0.57
Hex 35 35 ED 4E 4E 0 7 F0 54 39
Octal 65 65 355 116 116 0 7 360 124 71
Binary 110101 110101 11101101 1001110 1001110 0 111 11110000 1010100 111001

Color Harmonies of #3535ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3535ED

Black with #3535ED

Text Example


Text Example

White with #3535ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3535ED;
 }
 .AnyTagClassName
 {
   color: #3535ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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