Html Css Color HEX #5D3FF1 Neon Blue

📋 copy color: '#5D3FF1'

red 93 ◦ green 63 ◦ blue 241

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

Shades of Neon Blue #5D3FF1

Tints of Neon Blue #5D3FF1

RGB

 RED value IS 93 (36.72% from 255) = 23.43%

 GREEN value IS 63 (25% from 255) = 15.87%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 23.43%
G = 15.87%
B = 60.71%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5D3FF1 (or 0x5D3FF1) is known color: Neon Blue. HEX triplet: 5D, 3F and F1. RGB value is (93,63,241). Sum of RGB (Red+Green+Blue) = 93+63+241=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FF1 is #A2C00E. Grayscale: #5B5B5B. Windows color (decimal): -10665999 or 15810397. OLE color: 15810397.

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

Color convert

RGB 93 63 241 -
CMYK 0.61 0.74 0 0.05
HSL 250.11º 0.86% 0.6% -
HSV(B) 250.11º 0.74% 0.95% -
XYZ 22.17 12.23 84.41 -
YUV 92.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 93 63 241 0.61 0.74 0 0.05 250.11 0.86 0.6
Hex 5D 3F F1 3D 4A 0 5 FA 56 3C
Octal 135 77 361 75 112 0 5 372 126 74
Binary 1011101 111111 11110001 111101 1001010 0 101 11111010 1010110 111100

Color Harmonies of #5D3FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FF1

Black with #5D3FF1

Text Example


Text Example

White with #5D3FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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