Html Css Color HEX #3E32FB Neon Blue

📋 copy color: '#3E32FB'

red 62 ◦ green 50 ◦ blue 251

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

Shades of Neon Blue #3E32FB

Tints of Neon Blue #3E32FB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 17.08%
G = 13.77%
B = 69.15%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E32FB (or 0x3E32FB) is known color: Neon Blue. HEX triplet: 3E, 32 and FB. RGB value is (62,50,251). Sum of RGB (Red+Green+Blue) = 62+50+251=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E32FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E32FB is #C1CD04. Grayscale: #4B4B4B. Windows color (decimal): -12700933 or 16462398. OLE color: 16462398.

HSL color Cylindrical-coordinate representation of color #3E32FB: hue angle of 243.58º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E32FB is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 50 251 -
CMYK 0.75 0.80 0 0.02
HSL 243.58º 0.96% 0.59% -
HSV(B) 243.58º 0.8% 0.98% -
XYZ 20.54 10.27 92.17 -
YUV 76.5 226.48 117.66 -
System Red Green Blue C M Y K H S L
Decimal 62 50 251 0.75 0.80 0 0.02 243.58 0.96 0.59
Hex 3E 32 FB 4B 50 0 2 F4 60 3B
Octal 76 62 373 113 120 0 2 364 140 73
Binary 111110 110010 11111011 1001011 1010000 0 10 11110100 1100000 111011

Color Harmonies of #3E32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E32FB

Black with #3E32FB

Text Example


Text Example

White with #3E32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,251); }

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

background-color css

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

 a { background-color: rgb(62,50,251); }

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

border-color css

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

 span { border-color: rgb(62,50,251); }

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