Html Css Color HEX #5D51FC Neon Blue

📋 copy color: '#5D51FC'

red 93 ◦ green 81 ◦ blue 252

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

Shades of Neon Blue #5D51FC

Tints of Neon Blue #5D51FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

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

R = 21.83%
G = 19.01%
B = 59.15%

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

#5D51FC (or 0x5D51FC) is known color: Neon Blue. HEX triplet: 5D, 51 and FC. RGB value is (93,81,252). Sum of RGB (Red+Green+Blue) = 93+81+252=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D51FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D51FC is #A2AE03. Grayscale: #676767. Windows color (decimal): -10661380 or 16535901. OLE color: 16535901.

HSL color Cylindrical-coordinate representation of color #5D51FC: hue angle of 244.21º 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 #5D51FC is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 81 252 -
CMYK 0.63 0.68 0 0.01
HSL 244.21º 0.97% 0.65% -
HSV(B) 244.21º 0.68% 0.99% -
XYZ 25.03 15.24 93.72 -
YUV 104.08 211.48 120.1 -
System Red Green Blue C M Y K H S L
Decimal 93 81 252 0.63 0.68 0 0.01 244.21 0.97 0.65
Hex 5D 51 FC 3F 44 0 1 F4 61 41
Octal 135 121 374 77 104 0 1 364 141 101
Binary 1011101 1010001 11111100 111111 1000100 0 1 11110100 1100001 1000001

Color Harmonies of #5D51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D51FC

Black with #5D51FC

Text Example


Text Example

White with #5D51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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