Html Css Color HEX #5D53FC Neon Blue

📋 copy color: '#5D53FC'

red 93 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #5D53FC

Tints of Neon Blue #5D53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

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

R = 21.73%
G = 19.39%
B = 58.88%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D53FC (or 0x5D53FC) is known color: Neon Blue. HEX triplet: 5D, 53 and FC. RGB value is (93,83,252). Sum of RGB (Red+Green+Blue) = 93+83+252=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D53FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D53FC is #A2AC03. Grayscale: #686868. Windows color (decimal): -10660868 or 16536413. OLE color: 16536413.

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

Color convert

RGB 93 83 252 -
CMYK 0.63 0.67 0 0.01
HSL 243.55º 0.97% 0.66% -
HSV(B) 243.55º 0.67% 0.99% -
XYZ 25.18 15.54 93.77 -
YUV 105.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 93 83 252 0.63 0.67 0 0.01 243.55 0.97 0.66
Hex 5D 53 FC 3F 43 0 1 F4 61 42
Octal 135 123 374 77 103 0 1 364 141 102
Binary 1011101 1010011 11111100 111111 1000011 0 1 11110100 1100001 1000010

Color Harmonies of #5D53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D53FC

Black with #5D53FC

Text Example


Text Example

White with #5D53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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