Html Css Color HEX #3C34DE Neon Blue

📋 copy color: '#3C34DE'

red 60 ◦ green 52 ◦ blue 222

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

Shades of Neon Blue #3C34DE

Tints of Neon Blue #3C34DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 17.96%
G = 15.57%
B = 66.47%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C34DE (or 0x3C34DE) is known color: Neon Blue. HEX triplet: 3C, 34 and DE. RGB value is (60,52,222). Sum of RGB (Red+Green+Blue) = 60+52+222=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C34DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34DE is #C3CB21. Grayscale: #494949. Windows color (decimal): -12831522 or 14562364. OLE color: 14562364.

HSL color Cylindrical-coordinate representation of color #3C34DE: hue angle of 242.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C34DE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 52 222 -
CMYK 0.73 0.77 0 0.13
HSL 242.82º 0.72% 0.54% -
HSV(B) 242.82º 0.77% 0.87% -
XYZ 16.28 8.69 69.93 -
YUV 73.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 60 52 222 0.73 0.77 0 0.13 242.82 0.72 0.54
Hex 3C 34 DE 49 4D 0 D F3 48 36
Octal 74 64 336 111 115 0 15 363 110 66
Binary 111100 110100 11011110 1001001 1001101 0 1101 11110011 1001000 110110

Color Harmonies of #3C34DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C34DE

Black with #3C34DE

Text Example


Text Example

White with #3C34DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,222); }

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

background-color css

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

 a { background-color: rgb(60,52,222); }

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

border-color css

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

 span { border-color: rgb(60,52,222); }

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