Html Css Color HEX #3C49EE Neon Blue

📋 copy color: '#3C49EE'

red 60 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #3C49EE

Tints of Neon Blue #3C49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 16.17%
G = 19.68%
B = 64.15%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C49EE (or 0x3C49EE) is known color: Neon Blue. HEX triplet: 3C, 49 and EE. RGB value is (60,73,238). Sum of RGB (Red+Green+Blue) = 60+73+238=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C49EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C49EE is #C3B611. Grayscale: #575757. Windows color (decimal): -12826130 or 15616316. OLE color: 15616316.

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

Color convert

RGB 60 73 238 -
CMYK 0.75 0.69 0 0.07
HSL 235.62º 0.84% 0.58% -
HSV(B) 235.62º 0.75% 0.93% -
XYZ 19.68 11.9 82.15 -
YUV 87.92 212.69 108.08 -
System Red Green Blue C M Y K H S L
Decimal 60 73 238 0.75 0.69 0 0.07 235.62 0.84 0.58
Hex 3C 49 EE 4B 45 0 7 EC 54 3A
Octal 74 111 356 113 105 0 7 354 124 72
Binary 111100 1001001 11101110 1001011 1000101 0 111 11101100 1010100 111010

Color Harmonies of #3C49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49EE

Black with #3C49EE

Text Example


Text Example

White with #3C49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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