Html Css Color HEX #3C40EE Neon Blue

📋 copy color: '#3C40EE'

red 60 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #3C40EE

Tints of Neon Blue #3C40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 16.57%
G = 17.68%
B = 65.75%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C40EE (or 0x3C40EE) is known color: Neon Blue. HEX triplet: 3C, 40 and EE. RGB value is (60,64,238). Sum of RGB (Red+Green+Blue) = 60+64+238=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C40EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C40EE is #C3BF11. Grayscale: #515151. Windows color (decimal): -12828434 or 15614012. OLE color: 15614012.

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

Color convert

RGB 60 64 238 -
CMYK 0.75 0.73 0 0.07
HSL 238.65º 0.84% 0.58% -
HSV(B) 238.65º 0.75% 0.93% -
XYZ 19.13 10.8 81.97 -
YUV 82.64 215.67 111.85 -
System Red Green Blue C M Y K H S L
Decimal 60 64 238 0.75 0.73 0 0.07 238.65 0.84 0.58
Hex 3C 40 EE 4B 49 0 7 EF 54 3A
Octal 74 100 356 113 111 0 7 357 124 72
Binary 111100 1000000 11101110 1001011 1001001 0 111 11101111 1010100 111010

Color Harmonies of #3C40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40EE

Black with #3C40EE

Text Example


Text Example

White with #3C40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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