Html Css Color HEX #3C36EE Neon Blue

📋 copy color: '#3C36EE'

red 60 ◦ green 54 ◦ blue 238

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

Shades of Neon Blue #3C36EE

Tints of Neon Blue #3C36EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 17.05%
G = 15.34%
B = 67.61%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C36EE (or 0x3C36EE) is known color: Neon Blue. HEX triplet: 3C, 36 and EE. RGB value is (60,54,238). Sum of RGB (Red+Green+Blue) = 60+54+238=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C36EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C36EE is #C3C911. Grayscale: #4C4C4C. Windows color (decimal): -12830994 or 15611452. OLE color: 15611452.

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

Color convert

RGB 60 54 238 -
CMYK 0.75 0.77 0 0.07
HSL 241.96º 0.84% 0.57% -
HSV(B) 241.96º 0.77% 0.93% -
XYZ 18.62 9.77 81.79 -
YUV 76.77 218.99 116.04 -
System Red Green Blue C M Y K H S L
Decimal 60 54 238 0.75 0.77 0 0.07 241.96 0.84 0.57
Hex 3C 36 EE 4B 4D 0 7 F2 54 39
Octal 74 66 356 113 115 0 7 362 124 71
Binary 111100 110110 11101110 1001011 1001101 0 111 11110010 1010100 111001

Color Harmonies of #3C36EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36EE

Black with #3C36EE

Text Example


Text Example

White with #3C36EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,238); }

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

background-color css

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

 a { background-color: rgb(60,54,238); }

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

border-color css

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

 span { border-color: rgb(60,54,238); }

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