Html Css Color HEX #3D3CE0 Neon Blue

📋 copy color: '#3D3CE0'

red 61 ◦ green 60 ◦ blue 224

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

Shades of Neon Blue #3D3CE0

Tints of Neon Blue #3D3CE0

RGB

 RED value IS 61 (24.22% from 255) = 17.68%

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 224 (87.89% from 255) = 64.93%

R = 17.68%
G = 17.39%
B = 64.93%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3D3CE0 (or 0x3D3CE0) is known color: Neon Blue. HEX triplet: 3D, 3C and E0. RGB value is (61,60,224). Sum of RGB (Red+Green+Blue) = 61+60+224=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D3CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3CE0 is #C2C31F. Grayscale: #4E4E4E. Windows color (decimal): -12763936 or 14695485. OLE color: 14695485.

HSL color Cylindrical-coordinate representation of color #3D3CE0: hue angle of 240.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D3CE0 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 60 224 -
CMYK 0.73 0.73 0 0.12
HSL 240.37º 0.73% 0.56% -
HSV(B) 240.37º 0.73% 0.88% -
XYZ 16.99 9.61 71.48 -
YUV 79 209.83 115.16 -
System Red Green Blue C M Y K H S L
Decimal 61 60 224 0.73 0.73 0 0.12 240.37 0.73 0.56
Hex 3D 3C E0 49 49 0 C F0 49 38
Octal 75 74 340 111 111 0 14 360 111 70
Binary 111101 111100 11100000 1001001 1001001 0 1100 11110000 1001001 111000

Color Harmonies of #3D3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3CE0

Black with #3D3CE0

Text Example


Text Example

White with #3D3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,224); }

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

background-color css

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

 a { background-color: rgb(61,60,224); }

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

border-color css

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

 span { border-color: rgb(61,60,224); }

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