Html Css Color HEX #FF61CB Neon Pink

📋 copy color: '#FF61CB'

red 255 ◦ green 97 ◦ blue 203

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

Shades of Neon Pink #FF61CB

Tints of Neon Pink #FF61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.48%

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

R = 45.95%
G = 17.48%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF61CB (or 0xFF61CB) is known color: Neon Pink. HEX triplet: FF, 61 and CB. RGB value is (255,97,203). Sum of RGB (Red+Green+Blue) = 255+97+203=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61CB is #009E34. Grayscale: #9C9C9C. Windows color (decimal): -40501 or 13328895. OLE color: 13328895.

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

Color convert

RGB 255 97 203 -
CMYK 0 0.62 0.20 0
HSL 319.75º 1% 0.69% -
HSV(B) 319.75º 0.62% 1% -
XYZ 56.29 34.12 60.12 -
YUV 156.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 255 97 203 0 0.62 0.20 0 319.75 1 0.69
Hex FF 61 CB 0 3E 14 0 140 64 45
Octal 377 141 313 0 76 24 0 500 144 105
Binary 11111111 1100001 11001011 0 111110 10100 0 101000000 1100100 1000101

Color Harmonies of #FF61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61CB

Black with #FF61CB

Text Example


Text Example

White with #FF61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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