Html Css Color HEX #5D50FC Neon Blue

📋 copy color: '#5D50FC'

red 93 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #5D50FC

Tints of Neon Blue #5D50FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 21.88%
G = 18.82%
B = 59.29%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D50FC (or 0x5D50FC) is known color: Neon Blue. HEX triplet: 5D, 50 and FC. RGB value is (93,80,252). Sum of RGB (Red+Green+Blue) = 93+80+252=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D50FC is #A2AF03. Grayscale: #666666. Windows color (decimal): -10661636 or 16535645. OLE color: 16535645.

HSL color Cylindrical-coordinate representation of color #5D50FC: hue angle of 244.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D50FC is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 80 252 -
CMYK 0.63 0.68 0 0.01
HSL 244.53º 0.97% 0.65% -
HSV(B) 244.53º 0.68% 0.99% -
XYZ 24.95 15.09 93.69 -
YUV 103.5 211.81 120.51 -
System Red Green Blue C M Y K H S L
Decimal 93 80 252 0.63 0.68 0 0.01 244.53 0.97 0.65
Hex 5D 50 FC 3F 44 0 1 F5 61 41
Octal 135 120 374 77 104 0 1 365 141 101
Binary 1011101 1010000 11111100 111111 1000100 0 1 11110101 1100001 1000001

Color Harmonies of #5D50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D50FC

Black with #5D50FC

Text Example


Text Example

White with #5D50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,252); }

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

background-color css

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

 a { background-color: rgb(93,80,252); }

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

border-color css

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

 span { border-color: rgb(93,80,252); }

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