Html Css Color HEX #FB5DD2 Neon Pink

📋 copy color: '#FB5DD2'

red 251 ◦ green 93 ◦ blue 210

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

Shades of Neon Pink #FB5DD2

Tints of Neon Pink #FB5DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 45.31%
G = 16.79%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB5DD2 (or 0xFB5DD2) is known color: Neon Pink. HEX triplet: FB, 5D and D2. RGB value is (251,93,210). Sum of RGB (Red+Green+Blue) = 251+93+210=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DD2 is #04A22D. Grayscale: #999999. Windows color (decimal): -303662 or 13786619. OLE color: 13786619.

HSL color Cylindrical-coordinate representation of color #FB5DD2: hue angle of 315.57º 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 #FB5DD2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 93 210 -
CMYK 0 0.63 0.16 0.02
HSL 315.57º 0.95% 0.67% -
HSV(B) 315.57º 0.63% 0.98% -
XYZ 55.33 32.99 64.42 -
YUV 153.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 251 93 210 0 0.63 0.16 0.02 315.57 0.95 0.67
Hex FB 5D D2 0 3F 10 2 13C 5F 43
Octal 373 135 322 0 77 20 2 474 137 103
Binary 11111011 1011101 11010010 0 111111 10000 10 100111100 1011111 1000011

Color Harmonies of #FB5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5DD2

Black with #FB5DD2

Text Example


Text Example

White with #FB5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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