Html Css Color HEX #3E38DF Neon Blue

📋 copy color: '#3E38DF'

red 62 ◦ green 56 ◦ blue 223

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

Shades of Neon Blue #3E38DF

Tints of Neon Blue #3E38DF

RGB

 RED value IS 62 (24.61% from 255) = 18.18%

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 18.18%
G = 16.42%
B = 65.4%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E38DF (or 0x3E38DF) is known color: Neon Blue. HEX triplet: 3E, 38 and DF. RGB value is (62,56,223). Sum of RGB (Red+Green+Blue) = 62+56+223=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38DF is #C1C720. Grayscale: #4C4C4C. Windows color (decimal): -12699425 or 14628926. OLE color: 14628926.

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

Color convert

RGB 62 56 223 -
CMYK 0.72 0.75 0 0.13
HSL 242.16º 0.72% 0.55% -
HSV(B) 242.16º 0.75% 0.87% -
XYZ 16.72 9.18 70.7 -
YUV 76.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 62 56 223 0.72 0.75 0 0.13 242.16 0.72 0.55
Hex 3E 38 DF 48 4B 0 D F2 48 37
Octal 76 70 337 110 113 0 15 362 110 67
Binary 111110 111000 11011111 1001000 1001011 0 1101 11110010 1001000 110111

Color Harmonies of #3E38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E38DF

Black with #3E38DF

Text Example


Text Example

White with #3E38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,223); }

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

background-color css

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

 a { background-color: rgb(62,56,223); }

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

border-color css

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

 span { border-color: rgb(62,56,223); }

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