Html Css Color HEX #3C35EC Neon Blue

📋 copy color: '#3C35EC'

red 60 ◦ green 53 ◦ blue 236

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

Shades of Neon Blue #3C35EC

Tints of Neon Blue #3C35EC

RGB

 RED value IS 60 (23.83% from 255) = 17.19%

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

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 17.19%
G = 15.19%
B = 67.62%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C35EC (or 0x3C35EC) is known color: Neon Blue. HEX triplet: 3C, 35 and EC. RGB value is (60,53,236). Sum of RGB (Red+Green+Blue) = 60+53+236=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C35EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C35EC is #C3CA13. Grayscale: #4B4B4B. Windows color (decimal): -12831252 or 15480124. OLE color: 15480124.

HSL color Cylindrical-coordinate representation of color #3C35EC: hue angle of 242.3º degrees, saturation: 0.83, 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 #3C35EC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 53 236 -
CMYK 0.75 0.78 0 0.07
HSL 242.3º 0.83% 0.57% -
HSV(B) 242.3º 0.78% 0.93% -
XYZ 18.28 9.56 80.24 -
YUV 75.96 218.32 116.62 -
System Red Green Blue C M Y K H S L
Decimal 60 53 236 0.75 0.78 0 0.07 242.3 0.83 0.57
Hex 3C 35 EC 4B 4E 0 7 F2 53 39
Octal 74 65 354 113 116 0 7 362 123 71
Binary 111100 110101 11101100 1001011 1001110 0 111 11110010 1010011 111001

Color Harmonies of #3C35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C35EC

Black with #3C35EC

Text Example


Text Example

White with #3C35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C35EC; }

 p { color: rgb(60,53,236); }

 H1.HeaderClassName
 {
   color: #3C35EC;
 }
 .AnyTagClassName
 {
   color: #3C35EC;
 }
</style>

background-color css

<style>
 a { background-color: #3C35EC; }

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

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

border-color css

<style>
 span { border-color: #3C35EC; }

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

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