Html Css Color HEX #5D3FFB Neon Blue

📋 copy color: '#5D3FFB'

red 93 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #5D3FFB

Tints of Neon Blue #5D3FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 22.85%
G = 15.48%
B = 61.67%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D3FFB (or 0x5D3FFB) is known color: Neon Blue. HEX triplet: 5D, 3F and FB. RGB value is (93,63,251). Sum of RGB (Red+Green+Blue) = 93+63+251=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D3FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FFB is #A2C004. Grayscale: #5C5C5C. Windows color (decimal): -10665989 or 16465757. OLE color: 16465757.

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

Color convert

RGB 93 63 251 -
CMYK 0.63 0.75 0 0.02
HSL 249.57º 0.96% 0.62% -
HSV(B) 249.57º 0.75% 0.98% -
XYZ 23.7 12.85 92.5 -
YUV 93.4 216.94 127.71 -
System Red Green Blue C M Y K H S L
Decimal 93 63 251 0.63 0.75 0 0.02 249.57 0.96 0.62
Hex 5D 3F FB 3F 4B 0 2 FA 60 3E
Octal 135 77 373 77 113 0 2 372 140 76
Binary 1011101 111111 11111011 111111 1001011 0 10 11111010 1100000 111110

Color Harmonies of #5D3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FFB

Black with #5D3FFB

Text Example


Text Example

White with #5D3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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