Html Css Color HEX #5E52F9 Neon Blue

📋 copy color: '#5E52F9'

red 94 ◦ green 82 ◦ blue 249

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

Shades of Neon Blue #5E52F9

Tints of Neon Blue #5E52F9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 22.12%
G = 19.29%
B = 58.59%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E52F9 (or 0x5E52F9) is known color: Neon Blue. HEX triplet: 5E, 52 and F9. RGB value is (94,82,249). Sum of RGB (Red+Green+Blue) = 94+82+249=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E52F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E52F9 is #A1AD06. Grayscale: #676767. Windows color (decimal): -10595591 or 16339550. OLE color: 16339550.

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

Color convert

RGB 94 82 249 -
CMYK 0.62 0.67 0 0.02
HSL 244.31º 0.93% 0.65% -
HSV(B) 244.31º 0.67% 0.98% -
XYZ 24.73 15.25 91.26 -
YUV 104.63 209.48 120.42 -
System Red Green Blue C M Y K H S L
Decimal 94 82 249 0.62 0.67 0 0.02 244.31 0.93 0.65
Hex 5E 52 F9 3E 43 0 2 F4 5D 41
Octal 136 122 371 76 103 0 2 364 135 101
Binary 1011110 1010010 11111001 111110 1000011 0 10 11110100 1011101 1000001

Color Harmonies of #5E52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52F9

Black with #5E52F9

Text Example


Text Example

White with #5E52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,249); }

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

background-color css

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

 a { background-color: rgb(94,82,249); }

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

border-color css

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

 span { border-color: rgb(94,82,249); }

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