Html Css Color HEX #3E41FD Neon Blue

📋 copy color: '#3E41FD'

red 62 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #3E41FD

Tints of Neon Blue #3E41FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 16.32%
G = 17.11%
B = 66.58%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E41FD (or 0x3E41FD) is known color: Neon Blue. HEX triplet: 3E, 41 and FD. RGB value is (62,65,253). Sum of RGB (Red+Green+Blue) = 62+65+253=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E41FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E41FD is #C1BE02. Grayscale: #545454. Windows color (decimal): -12697091 or 16597310. OLE color: 16597310.

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

Color convert

RGB 62 65 253 -
CMYK 0.75 0.74 0 0.01
HSL 239.06º 0.98% 0.62% -
HSV(B) 239.06º 0.75% 0.99% -
XYZ 21.61 11.9 94.09 -
YUV 85.54 222.51 111.21 -
System Red Green Blue C M Y K H S L
Decimal 62 65 253 0.75 0.74 0 0.01 239.06 0.98 0.62
Hex 3E 41 FD 4B 4A 0 1 EF 62 3E
Octal 76 101 375 113 112 0 1 357 142 76
Binary 111110 1000001 11111101 1001011 1001010 0 1 11101111 1100010 111110

Color Harmonies of #3E41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41FD

Black with #3E41FD

Text Example


Text Example

White with #3E41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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