Html Css Color HEX #5D4BFA Neon Blue

📋 copy color: '#5D4BFA'

red 93 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #5D4BFA

Tints of Neon Blue #5D4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 22.25%
G = 17.94%
B = 59.81%

CMYK

 C value IS 0.63

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D4BFA (or 0x5D4BFA) is known color: Neon Blue. HEX triplet: 5D, 4B and FA. RGB value is (93,75,250). Sum of RGB (Red+Green+Blue) = 93+75+250=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D4BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4BFA is #A2B405. Grayscale: #636363. Windows color (decimal): -10662918 or 16403293. OLE color: 16403293.

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

Color convert

RGB 93 75 250 -
CMYK 0.63 0.7 0 0.02
HSL 246.17º 0.95% 0.64% -
HSV(B) 246.17º 0.7% 0.98% -
XYZ 24.29 14.26 91.92 -
YUV 100.33 212.46 122.77 -
System Red Green Blue C M Y K H S L
Decimal 93 75 250 0.63 0.7 0 0.02 246.17 0.95 0.64
Hex 5D 4B FA 3F 46 0 2 F6 5F 40
Octal 135 113 372 77 106 0 2 366 137 100
Binary 1011101 1001011 11111010 111111 1000110 0 10 11110110 1011111 1000000

Color Harmonies of #5D4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4BFA

Black with #5D4BFA

Text Example


Text Example

White with #5D4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,75,250); }

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

background-color css

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

 a { background-color: rgb(93,75,250); }

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

border-color css

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

 span { border-color: rgb(93,75,250); }

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