Html Css Color HEX #5D4AFB Neon Blue

📋 copy color: '#5D4AFB'

red 93 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #5D4AFB

Tints of Neon Blue #5D4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 22.25%
G = 17.7%
B = 60.05%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D4AFB (or 0x5D4AFB) is known color: Neon Blue. HEX triplet: 5D, 4A and FB. RGB value is (93,74,251). Sum of RGB (Red+Green+Blue) = 93+74+251=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AFB is #A2B504. Grayscale: #636363. Windows color (decimal): -10663173 or 16468573. OLE color: 16468573.

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

Color convert

RGB 93 74 251 -
CMYK 0.63 0.71 0 0.02
HSL 246.44º 0.96% 0.64% -
HSV(B) 246.44º 0.71% 0.98% -
XYZ 24.38 14.19 92.72 -
YUV 99.86 213.29 123.11 -
System Red Green Blue C M Y K H S L
Decimal 93 74 251 0.63 0.71 0 0.02 246.44 0.96 0.64
Hex 5D 4A FB 3F 47 0 2 F6 60 40
Octal 135 112 373 77 107 0 2 366 140 100
Binary 1011101 1001010 11111011 111111 1000111 0 10 11110110 1100000 1000000

Color Harmonies of #5D4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4AFB

Black with #5D4AFB

Text Example


Text Example

White with #5D4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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