Html Css Color HEX #3D3CE6 Neon Blue

📋 copy color: '#3D3CE6'

red 61 ◦ green 60 ◦ blue 230

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

Shades of Neon Blue #3D3CE6

Tints of Neon Blue #3D3CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 65.53%

R = 17.38%
G = 17.09%
B = 65.53%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3D3CE6 (or 0x3D3CE6) is known color: Neon Blue. HEX triplet: 3D, 3C and E6. RGB value is (61,60,230). Sum of RGB (Red+Green+Blue) = 61+60+230=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 230 (90.23% from 255 or 65.53% from 351); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D3CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3CE6 is #C2C319. Grayscale: #4F4F4F. Windows color (decimal): -12763930 or 15088701. OLE color: 15088701.

HSL color Cylindrical-coordinate representation of color #3D3CE6: hue angle of 240.35º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3CE6 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 60 230 -
CMYK 0.73 0.74 0 0.10
HSL 240.35º 0.77% 0.57% -
HSV(B) 240.35º 0.74% 0.9% -
XYZ 17.82 9.94 75.84 -
YUV 79.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 61 60 230 0.73 0.74 0 0.10 240.35 0.77 0.57
Hex 3D 3C E6 49 4A 0 A F0 4D 39
Octal 75 74 346 111 112 0 12 360 115 71
Binary 111101 111100 11100110 1001001 1001010 0 1010 11110000 1001101 111001

Color Harmonies of #3D3CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3CE6

Black with #3D3CE6

Text Example


Text Example

White with #3D3CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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