Html Css Color HEX #3E35FE Neon Blue

📋 copy color: '#3E35FE'

red 62 ◦ green 53 ◦ blue 254

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

Shades of Neon Blue #3E35FE

Tints of Neon Blue #3E35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 16.8%
G = 14.36%
B = 68.83%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3E35FE (or 0x3E35FE) is known color: Neon Blue. HEX triplet: 3E, 35 and FE. RGB value is (62,53,254). Sum of RGB (Red+Green+Blue) = 62+53+254=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E35FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E35FE is #C1CA01. Grayscale: #4D4D4D. Windows color (decimal): -12700162 or 16659774. OLE color: 16659774.

HSL color Cylindrical-coordinate representation of color #3E35FE: hue angle of 242.69º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E35FE is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 53 254 -
CMYK 0.76 0.79 0 0.00
HSL 242.69º 0.99% 0.6% -
HSV(B) 242.69º 0.79% 1% -
XYZ 21.15 10.73 94.72 -
YUV 78.61 226.98 116.16 -
System Red Green Blue C M Y K H S L
Decimal 62 53 254 0.76 0.79 0 0.00 242.69 0.99 0.6
Hex 3E 35 FE 4C 4F 0 0 F3 63 3C
Octal 76 65 376 114 117 0 0 363 143 74
Binary 111110 110101 11111110 1001100 1001111 0 0 11110011 1100011 111100

Color Harmonies of #3E35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E35FE

Black with #3E35FE

Text Example


Text Example

White with #3E35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,53,254); }

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

background-color css

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

 a { background-color: rgb(62,53,254); }

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

border-color css

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

 span { border-color: rgb(62,53,254); }

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