Html Css Color HEX #3530F3 Neon Blue

📋 copy color: '#3530F3'

red 53 ◦ green 48 ◦ blue 243

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

Shades of Neon Blue #3530F3

Tints of Neon Blue #3530F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.64%

R = 15.41%
G = 13.95%
B = 70.64%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3530F3 (or 0x3530F3) is known color: Neon Blue. HEX triplet: 35, 30 and F3. RGB value is (53,48,243). Sum of RGB (Red+Green+Blue) = 53+48+243=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #3530F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530F3 is #CACF0C. Grayscale: #464646. Windows color (decimal): -13291277 or 15937589. OLE color: 15937589.

HSL color Cylindrical-coordinate representation of color #3530F3: hue angle of 241.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3530F3 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 48 243 -
CMYK 0.78 0.80 0 0.05
HSL 241.54º 0.89% 0.57% -
HSV(B) 241.54º 0.8% 0.95% -
XYZ 18.7 9.34 85.61 -
YUV 71.73 224.66 114.64 -
System Red Green Blue C M Y K H S L
Decimal 53 48 243 0.78 0.80 0 0.05 241.54 0.89 0.57
Hex 35 30 F3 4E 50 0 5 F2 59 39
Octal 65 60 363 116 120 0 5 362 131 71
Binary 110101 110000 11110011 1001110 1010000 0 101 11110010 1011001 111001

Color Harmonies of #3530F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530F3

Black with #3530F3

Text Example


Text Example

White with #3530F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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