Html Css Color HEX #3E2FFD Neon Blue

📋 copy color: '#3E2FFD'

red 62 ◦ green 47 ◦ blue 253

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

Shades of Neon Blue #3E2FFD

Tints of Neon Blue #3E2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 253 (99.22% from 255) = 69.89%

R = 17.13%
G = 12.98%
B = 69.89%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E2FFD (or 0x3E2FFD) is known color: Neon Blue. HEX triplet: 3E, 2F and FD. RGB value is (62,47,253). Sum of RGB (Red+Green+Blue) = 62+47+253=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E2FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2FFD is #C1D002. Grayscale: #4A4A4A. Windows color (decimal): -12701699 or 16592702. OLE color: 16592702.

HSL color Cylindrical-coordinate representation of color #3E2FFD: hue angle of 244.37º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2FFD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 47 253 -
CMYK 0.75 0.81 0 0.01
HSL 244.37º 0.98% 0.59% -
HSV(B) 244.37º 0.81% 0.99% -
XYZ 20.73 10.15 93.79 -
YUV 74.97 228.47 118.75 -
System Red Green Blue C M Y K H S L
Decimal 62 47 253 0.75 0.81 0 0.01 244.37 0.98 0.59
Hex 3E 2F FD 4B 51 0 1 F4 62 3B
Octal 76 57 375 113 121 0 1 364 142 73
Binary 111110 101111 11111101 1001011 1010001 0 1 11110100 1100010 111011

Color Harmonies of #3E2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2FFD

Black with #3E2FFD

Text Example


Text Example

White with #3E2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,47,253); }

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

background-color css

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

 a { background-color: rgb(62,47,253); }

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

border-color css

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

 span { border-color: rgb(62,47,253); }

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