Html Css Color HEX #3E5DFA Neon Blue

📋 copy color: '#3E5DFA'

red 62 ◦ green 93 ◦ blue 250

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

Shades of Neon Blue #3E5DFA

Tints of Neon Blue #3E5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 15.31%
G = 22.96%
B = 61.73%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E5DFA (or 0x3E5DFA) is known color: Neon Blue. HEX triplet: 3E, 5D and FA. RGB value is (62,93,250). Sum of RGB (Red+Green+Blue) = 62+93+250=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E5DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5DFA is #C1A205. Grayscale: #646464. Windows color (decimal): -12689926 or 16407870. OLE color: 16407870.

HSL color Cylindrical-coordinate representation of color #3E5DFA: hue angle of 230.11º 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 #3E5DFA is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 93 250 -
CMYK 0.75 0.63 0 0.02
HSL 230.11º 0.95% 0.61% -
HSV(B) 230.11º 0.75% 0.98% -
XYZ 23.16 15.75 92.26 -
YUV 101.63 211.73 99.73 -
System Red Green Blue C M Y K H S L
Decimal 62 93 250 0.75 0.63 0 0.02 230.11 0.95 0.61
Hex 3E 5D FA 4B 3F 0 2 E6 5F 3D
Octal 76 135 372 113 77 0 2 346 137 75
Binary 111110 1011101 11111010 1001011 111111 0 10 11100110 1011111 111101

Color Harmonies of #3E5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5DFA

Black with #3E5DFA

Text Example


Text Example

White with #3E5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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