Html Css Color HEX #FF61CA Neon Pink

📋 copy color: '#FF61CA'

red 255 ◦ green 97 ◦ blue 202

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

Shades of Neon Pink #FF61CA

Tints of Neon Pink #FF61CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 46.03%
G = 17.51%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF61CA (or 0xFF61CA) is known color: Neon Pink. HEX triplet: FF, 61 and CA. RGB value is (255,97,202). Sum of RGB (Red+Green+Blue) = 255+97+202=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61CA is #009E35. Grayscale: #9B9B9B. Windows color (decimal): -40502 or 13263359. OLE color: 13263359.

HSL color Cylindrical-coordinate representation of color #FF61CA: hue angle of 320.13º 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 #FF61CA is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 202 -
CMYK 0 0.62 0.21 0
HSL 320.13º 1% 0.69% -
HSV(B) 320.13º 0.62% 1% -
XYZ 56.18 34.07 59.49 -
YUV 156.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 255 97 202 0 0.62 0.21 0 320.13 1 0.69
Hex FF 61 CA 0 3E 15 0 140 64 45
Octal 377 141 312 0 76 25 0 500 144 105
Binary 11111111 1100001 11001010 0 111110 10101 0 101000000 1100100 1000101

Color Harmonies of #FF61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61CA

Black with #FF61CA

Text Example


Text Example

White with #FF61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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