Html Css Color HEX #3E56FA Neon Blue

📋 copy color: '#3E56FA'

red 62 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #3E56FA

Tints of Neon Blue #3E56FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 15.58%
G = 21.61%
B = 62.81%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E56FA (or 0x3E56FA) is known color: Neon Blue. HEX triplet: 3E, 56 and FA. RGB value is (62,86,250). Sum of RGB (Red+Green+Blue) = 62+86+250=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E56FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E56FA is #C1A905. Grayscale: #606060. Windows color (decimal): -12691718 or 16406078. OLE color: 16406078.

HSL color Cylindrical-coordinate representation of color #3E56FA: hue angle of 232.34º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E56FA is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 86 250 -
CMYK 0.75 0.66 0 0.02
HSL 232.34º 0.95% 0.61% -
HSV(B) 232.34º 0.75% 0.98% -
XYZ 22.57 14.58 92.07 -
YUV 97.52 214.05 102.66 -
System Red Green Blue C M Y K H S L
Decimal 62 86 250 0.75 0.66 0 0.02 232.34 0.95 0.61
Hex 3E 56 FA 4B 42 0 2 E8 5F 3D
Octal 76 126 372 113 102 0 2 350 137 75
Binary 111110 1010110 11111010 1001011 1000010 0 10 11101000 1011111 111101

Color Harmonies of #3E56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E56FA

Black with #3E56FA

Text Example


Text Example

White with #3E56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,86,250); }

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

background-color css

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

 a { background-color: rgb(62,86,250); }

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

border-color css

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

 span { border-color: rgb(62,86,250); }

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