Html Css Color HEX #3D3CED Neon Blue

📋 copy color: '#3D3CED'

red 61 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #3D3CED

Tints of Neon Blue #3D3CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 17.04%
G = 16.76%
B = 66.2%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D3CED (or 0x3D3CED) is known color: Neon Blue. HEX triplet: 3D, 3C and ED. RGB value is (61,60,237). Sum of RGB (Red+Green+Blue) = 61+60+237=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3CED is #C2C312. Grayscale: #4F4F4F. Windows color (decimal): -12763923 or 15547453. OLE color: 15547453.

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

Color convert

RGB 61 60 237 -
CMYK 0.74 0.75 0 0.07
HSL 240.34º 0.83% 0.58% -
HSV(B) 240.34º 0.75% 0.93% -
XYZ 18.83 10.34 81.12 -
YUV 80.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 61 60 237 0.74 0.75 0 0.07 240.34 0.83 0.58
Hex 3D 3C ED 4A 4B 0 7 F0 53 3A
Octal 75 74 355 112 113 0 7 360 123 72
Binary 111101 111100 11101101 1001010 1001011 0 111 11110000 1010011 111010

Color Harmonies of #3D3CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3CED

Black with #3D3CED

Text Example


Text Example

White with #3D3CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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