Html Css Color HEX #5D5AFB Neon Blue

📋 copy color: '#5D5AFB'

red 93 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #5D5AFB

Tints of Neon Blue #5D5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

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

R = 21.43%
G = 20.74%
B = 57.83%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D5AFB (or 0x5D5AFB) is known color: Neon Blue. HEX triplet: 5D, 5A and FB. RGB value is (93,90,251). Sum of RGB (Red+Green+Blue) = 93+90+251=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5AFB is #A2A504. Grayscale: #6C6C6C. Windows color (decimal): -10659077 or 16472669. OLE color: 16472669.

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

Color convert

RGB 93 90 251 -
CMYK 0.63 0.64 0 0.02
HSL 241.12º 0.95% 0.67% -
HSV(B) 241.12º 0.64% 0.98% -
XYZ 25.58 16.6 93.12 -
YUV 109.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 93 90 251 0.63 0.64 0 0.02 241.12 0.95 0.67
Hex 5D 5A FB 3F 40 0 2 F1 5F 43
Octal 135 132 373 77 100 0 2 361 137 103
Binary 1011101 1011010 11111011 111111 1000000 0 10 11110001 1011111 1000011

Color Harmonies of #5D5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AFB

Black with #5D5AFB

Text Example


Text Example

White with #5D5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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