Html Css Color HEX #3530EF Neon Blue

📋 copy color: '#3530EF'

red 53 ◦ green 48 ◦ blue 239

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

Shades of Neon Blue #3530EF

Tints of Neon Blue #3530EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 15.59%
G = 14.12%
B = 70.29%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3530EF (or 0x3530EF) is known color: Neon Blue. HEX triplet: 35, 30 and EF. RGB value is (53,48,239). Sum of RGB (Red+Green+Blue) = 53+48+239=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #3530EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530EF is #CACF10. Grayscale: #464646. Windows color (decimal): -13291281 or 15675445. OLE color: 15675445.

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

Color convert

RGB 53 48 239 -
CMYK 0.78 0.80 0 0.06
HSL 241.57º 0.86% 0.56% -
HSV(B) 241.57º 0.8% 0.94% -
XYZ 18.11 9.1 82.46 -
YUV 71.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 53 48 239 0.78 0.80 0 0.06 241.57 0.86 0.56
Hex 35 30 EF 4E 50 0 6 F2 56 38
Octal 65 60 357 116 120 0 6 362 126 70
Binary 110101 110000 11101111 1001110 1010000 0 110 11110010 1010110 111000

Color Harmonies of #3530EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530EF

Black with #3530EF

Text Example


Text Example

White with #3530EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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