Html Css Color HEX #FF61CE Neon Pink

📋 copy color: '#FF61CE'

red 255 ◦ green 97 ◦ blue 206

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

Shades of Neon Pink #FF61CE

Tints of Neon Pink #FF61CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 45.7%
G = 17.38%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF61CE (or 0xFF61CE) is known color: Neon Pink. HEX triplet: FF, 61 and CE. RGB value is (255,97,206). Sum of RGB (Red+Green+Blue) = 255+97+206=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61CE is #009E31. Grayscale: #9C9C9C. Windows color (decimal): -40498 or 13525503. OLE color: 13525503.

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

Color convert

RGB 255 97 206 -
CMYK 0 0.62 0.19 0
HSL 318.61º 1% 0.69% -
HSV(B) 318.61º 0.62% 1% -
XYZ 56.66 34.27 62.02 -
YUV 156.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 255 97 206 0 0.62 0.19 0 318.61 1 0.69
Hex FF 61 CE 0 3E 13 0 13F 64 45
Octal 377 141 316 0 76 23 0 477 144 105
Binary 11111111 1100001 11001110 0 111110 10011 0 100111111 1100100 1000101

Color Harmonies of #FF61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61CE

Black with #FF61CE

Text Example


Text Example

White with #FF61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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