Html Css Color HEX #5E3EFA Neon Blue

📋 copy color: '#5E3EFA'

red 94 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #5E3EFA

Tints of Neon Blue #5E3EFA

RGB

 RED value IS 94 (37.11% from 255) = 23.15%

 GREEN value IS 62 (24.61% from 255) = 15.27%

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

R = 23.15%
G = 15.27%
B = 61.58%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E3EFA (or 0x5E3EFA) is known color: Neon Blue. HEX triplet: 5E, 3E and FA. RGB value is (94,62,250). Sum of RGB (Red+Green+Blue) = 94+62+250=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3EFA is #A1C105. Grayscale: #5C5C5C. Windows color (decimal): -10600710 or 16399966. OLE color: 16399966.

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

Color convert

RGB 94 62 250 -
CMYK 0.62 0.75 0 0.02
HSL 250.21º 0.95% 0.61% -
HSV(B) 250.21º 0.75% 0.98% -
XYZ 23.59 12.73 91.66 -
YUV 93 216.6 128.71 -
System Red Green Blue C M Y K H S L
Decimal 94 62 250 0.62 0.75 0 0.02 250.21 0.95 0.61
Hex 5E 3E FA 3E 4B 0 2 FA 5F 3D
Octal 136 76 372 76 113 0 2 372 137 75
Binary 1011110 111110 11111010 111110 1001011 0 10 11111010 1011111 111101

Color Harmonies of #5E3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EFA

Black with #5E3EFA

Text Example


Text Example

White with #5E3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E3EFA; }

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

 H1.HeaderClassName
 {
   color: #5E3EFA;
 }
 .AnyTagClassName
 {
   color: #5E3EFA;
 }
</style>

background-color css

<style>
 a { background-color: #5E3EFA; }

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

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

border-color css

<style>
 span { border-color: #5E3EFA; }

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

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