Html Css Color HEX #3530EE Neon Blue

📋 copy color: '#3530EE'

red 53 ◦ green 48 ◦ blue 238

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

Shades of Neon Blue #3530EE

Tints of Neon Blue #3530EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 15.63%
G = 14.16%
B = 70.21%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3530EE (or 0x3530EE) is known color: Neon Blue. HEX triplet: 35, 30 and EE. RGB value is (53,48,238). Sum of RGB (Red+Green+Blue) = 53+48+238=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #3530EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530EE is #CACF11. Grayscale: #464646. Windows color (decimal): -13291282 or 15609909. OLE color: 15609909.

HSL color Cylindrical-coordinate representation of color #3530EE: hue angle of 241.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3530EE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 48 238 -
CMYK 0.78 0.80 0 0.07
HSL 241.58º 0.85% 0.56% -
HSV(B) 241.58º 0.8% 0.93% -
XYZ 17.96 9.04 81.69 -
YUV 71.16 222.16 115.05 -
System Red Green Blue C M Y K H S L
Decimal 53 48 238 0.78 0.80 0 0.07 241.58 0.85 0.56
Hex 35 30 EE 4E 50 0 7 F2 55 38
Octal 65 60 356 116 120 0 7 362 125 70
Binary 110101 110000 11101110 1001110 1010000 0 111 11110010 1010101 111000

Color Harmonies of #3530EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530EE

Black with #3530EE

Text Example


Text Example

White with #3530EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3530EE; }

 p { color: rgb(53,48,238); }

 H1.HeaderClassName
 {
   color: #3530EE;
 }
 .AnyTagClassName
 {
   color: #3530EE;
 }
</style>

background-color css

<style>
 a { background-color: #3530EE; }

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

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

border-color css

<style>
 span { border-color: #3530EE; }

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

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