#5D3FF4

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

Shades of Neon Blue #5D3FF4

Tints of Neon Blue #5D3FF4

Color information

#5D3FF4 (or 0x5D3FF4) is unknown color: approx Neon Blue. HEX triplet: 5D, 3F and F4. RGB value is (93,63,244). Sum of RGB (Red+Green+Blue) = 93+63+244=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 244 (95.70% from 255 or 61% from 400); Max value from RGB is 244 - color contains mainly: blue. Hex color #5D3FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FF4 is #A2C00B. Grayscale: #5B5B5B. Windows color (decimal): -10665996 or 16007005. OLE color: 16007005.

HSL color Cylindrical-coordinate representation of color #5D3FF4: hue angle of 249.94º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D3FF4 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9363244-
CMYK0.620.7400.04
HSL249.94º89.16%60.2%-
HSV(B)249.94º74.18%95.69%-
XYZ22.6212.4186.79-
YUV92.6213.44128.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.25%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 244 (95.70% from 255) = 61%
R=23.25%
G=15.75%
B=61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal93632440.620.7400.04249.9489.1660.2
Hex5D3FF43E4A04fa593c
Octal13577364761120437213174
Binary10111011111111111010011111010010100100111110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,244); }

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

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

 a { background-color: rgb(93,63,244); }

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

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

 span { border-color: rgb(93,63,244); }

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