Html Css Color HEX #FB5CCD Neon Pink

📋 copy color: '#FB5CCD'

red 251 ◦ green 92 ◦ blue 205

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

Shades of Neon Pink #FB5CCD

Tints of Neon Pink #FB5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.79%

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 45.8%
G = 16.79%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB5CCD (or 0xFB5CCD) is known color: Neon Pink. HEX triplet: FB, 5C and CD. RGB value is (251,92,205). Sum of RGB (Red+Green+Blue) = 251+92+205=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5CCD is #04A332. Grayscale: #989898. Windows color (decimal): -303923 or 13458683. OLE color: 13458683.

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

Color convert

RGB 251 92 205 -
CMYK 0 0.63 0.18 0.02
HSL 317.36º 0.95% 0.67% -
HSV(B) 317.36º 0.63% 0.98% -
XYZ 54.63 32.57 61.17 -
YUV 152.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 251 92 205 0 0.63 0.18 0.02 317.36 0.95 0.67
Hex FB 5C CD 0 3F 12 2 13D 5F 43
Octal 373 134 315 0 77 22 2 475 137 103
Binary 11111011 1011100 11001101 0 111111 10010 10 100111101 1011111 1000011

Color Harmonies of #FB5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5CCD

Black with #FB5CCD

Text Example


Text Example

White with #FB5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5CCD; }

 p { color: rgb(251,92,205); }

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

background-color css

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

 a { background-color: rgb(251,92,205); }

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

border-color css

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

 span { border-color: rgb(251,92,205); }

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