Html Css Color HEX #FB5DC2 Neon Pink

📋 copy color: '#FB5DC2'

red 251 ◦ green 93 ◦ blue 194

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

Shades of Neon Pink #FB5DC2

Tints of Neon Pink #FB5DC2

RGB

 RED value IS 251 (98.44% from 255) = 46.65%

 GREEN value IS 93 (36.72% from 255) = 17.29%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 46.65%
G = 17.29%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB5DC2 (or 0xFB5DC2) is known color: Neon Pink. HEX triplet: FB, 5D and C2. RGB value is (251,93,194). Sum of RGB (Red+Green+Blue) = 251+93+194=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DC2 is #04A23D. Grayscale: #979797. Windows color (decimal): -303678 or 12738043. OLE color: 12738043.

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

Color convert

RGB 251 93 194 -
CMYK 0 0.63 0.23 0.02
HSL 321.65º 0.95% 0.67% -
HSV(B) 321.65º 0.63% 0.98% -
XYZ 53.44 32.23 54.44 -
YUV 151.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 251 93 194 0 0.63 0.23 0.02 321.65 0.95 0.67
Hex FB 5D C2 0 3F 17 2 142 5F 43
Octal 373 135 302 0 77 27 2 502 137 103
Binary 11111011 1011101 11000010 0 111111 10111 10 101000010 1011111 1000011

Color Harmonies of #FB5DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5DC2

Black with #FB5DC2

Text Example


Text Example

White with #FB5DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5DC2; }

 p { color: rgb(251,93,194); }

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

background-color css

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

 a { background-color: rgb(251,93,194); }

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

border-color css

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

 span { border-color: rgb(251,93,194); }

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