#5E5CF1

Color #5E5CF1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5E5CF1

Tints of Neon Blue #5E5CF1

Color information

#5E5CF1 (or 0x5E5CF1) is unknown color: approx Neon Blue. HEX triplet: 5E, 5C and F1. RGB value is (94,92,241). Sum of RGB (Red+Green+Blue) = 94+92+241=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E5CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5CF1 is #A1A30E. Grayscale: #6C6C6C. Windows color (decimal): -10593039 or 15817822. OLE color: 15817822.

HSL color Cylindrical-coordinate representation of color #5E5CF1: hue angle of 240.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5CF1 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9492241-
CMYK0.610.6200.05
HSL240.81º84.18%65.29%-
HSV(B)240.81º61.83%94.51%-
XYZ24.3216.3885.1-
YUV109.58202.16116.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.01%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=22.01%
G=21.55%
B=56.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94922410.610.6200.05240.8184.1865.29
Hex5E5CF13D3E05f15441
Octal136134361757605361124101
Binary101111010111001111000111110111111001011111000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,241); }

 H1.HeaderClassName
 {
   color: #5E5CF1;
 }
 .AnyTagClassName
 {
   color: #5E5CF1;
 }
</style>
background-color css

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

 a { background-color: rgb(94,92,241); }

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

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

 span { border-color: rgb(94,92,241); }

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