Html Css Color HEX #5E48FA Neon Blue

📋 copy color: '#5E48FA'

red 94 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #5E48FA

Tints of Neon Blue #5E48FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 22.6%
G = 17.31%
B = 60.1%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E48FA (or 0x5E48FA) is known color: Neon Blue. HEX triplet: 5E, 48 and FA. RGB value is (94,72,250). Sum of RGB (Red+Green+Blue) = 94+72+250=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E48FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E48FA is #A1B705. Grayscale: #626262. Windows color (decimal): -10598150 or 16402526. OLE color: 16402526.

HSL color Cylindrical-coordinate representation of color #5E48FA: hue angle of 247.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E48FA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 72 250 -
CMYK 0.62 0.71 0 0.02
HSL 247.42º 0.95% 0.63% -
HSV(B) 247.42º 0.71% 0.98% -
XYZ 24.19 13.92 91.85 -
YUV 98.87 213.29 124.53 -
System Red Green Blue C M Y K H S L
Decimal 94 72 250 0.62 0.71 0 0.02 247.42 0.95 0.63
Hex 5E 48 FA 3E 47 0 2 F7 5F 3F
Octal 136 110 372 76 107 0 2 367 137 77
Binary 1011110 1001000 11111010 111110 1000111 0 10 11110111 1011111 111111

Color Harmonies of #5E48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48FA

Black with #5E48FA

Text Example


Text Example

White with #5E48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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