Html Css Color HEX #FF5CCB Neon Pink

📋 copy color: '#FF5CCB'

red 255 ◦ green 92 ◦ blue 203

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

Shades of Neon Pink #FF5CCB

Tints of Neon Pink #FF5CCB

RGB

 RED value IS 255 (100% from 255) = 46.36%

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 46.36%
G = 16.73%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF5CCB (or 0xFF5CCB) is known color: Neon Pink. HEX triplet: FF, 5C and CB. RGB value is (255,92,203). Sum of RGB (Red+Green+Blue) = 255+92+203=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CCB is #00A334. Grayscale: #999999. Windows color (decimal): -41781 or 13327615. OLE color: 13327615.

HSL color Cylindrical-coordinate representation of color #FF5CCB: hue angle of 319.14º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CCB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 92 203 -
CMYK 0 0.64 0.20 0
HSL 319.14º 1% 0.68% -
HSV(B) 319.14º 0.64% 1% -
XYZ 55.85 33.23 59.97 -
YUV 153.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 255 92 203 0 0.64 0.20 0 319.14 1 0.68
Hex FF 5C CB 0 40 14 0 13F 64 44
Octal 377 134 313 0 100 24 0 477 144 104
Binary 11111111 1011100 11001011 0 1000000 10100 0 100111111 1100100 1000100

Color Harmonies of #FF5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CCB

Black with #FF5CCB

Text Example


Text Example

White with #FF5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CCB; }

 p { color: rgb(255,92,203); }

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

background-color css

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

 a { background-color: rgb(255,92,203); }

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

border-color css

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

 span { border-color: rgb(255,92,203); }

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