Html Css Color HEX #5D71FC Neon Blue

📋 copy color: '#5D71FC'

red 93 ◦ green 113 ◦ blue 252

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

Shades of Neon Blue #5D71FC

Tints of Neon Blue #5D71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.67%

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

R = 20.31%
G = 24.67%
B = 55.02%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D71FC (or 0x5D71FC) is known color: Neon Blue. HEX triplet: 5D, 71 and FC. RGB value is (93,113,252). Sum of RGB (Red+Green+Blue) = 93+113+252=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D71FC is #A28E03. Grayscale: #7A7A7A. Windows color (decimal): -10653188 or 16544093. OLE color: 16544093.

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

Color convert

RGB 93 113 252 -
CMYK 0.63 0.55 0 0.01
HSL 232.45º 0.96% 0.68% -
HSV(B) 232.45º 0.63% 0.99% -
XYZ 27.99 21.17 94.71 -
YUV 122.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 93 113 252 0.63 0.55 0 0.01 232.45 0.96 0.68
Hex 5D 71 FC 3F 37 0 1 E8 60 44
Octal 135 161 374 77 67 0 1 350 140 104
Binary 1011101 1110001 11111100 111111 110111 0 1 11101000 1100000 1000100

Color Harmonies of #5D71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D71FC

Black with #5D71FC

Text Example


Text Example

White with #5D71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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