Html Css Color HEX #FE60CD Neon Pink

📋 copy color: '#FE60CD'

red 254 ◦ green 96 ◦ blue 205

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

Shades of Neon Pink #FE60CD

Tints of Neon Pink #FE60CD

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

 GREEN value IS 96 (37.89% from 255) = 17.3%

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

R = 45.77%
G = 17.3%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE60CD (or 0xFE60CD) is known color: Neon Pink. HEX triplet: FE, 60 and CD. RGB value is (254,96,205). Sum of RGB (Red+Green+Blue) = 254+96+205=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60CD is #019F32. Grayscale: #9B9B9B. Windows color (decimal): -106291 or 13459710. OLE color: 13459710.

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

Color convert

RGB 254 96 205 -
CMYK 0 0.62 0.19 0.00
HSL 318.61º 0.99% 0.69% -
HSV(B) 318.61º 0.62% 1% -
XYZ 56.08 33.84 61.33 -
YUV 155.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 254 96 205 0 0.62 0.19 0.00 318.61 0.99 0.69
Hex FE 60 CD 0 3E 13 0 13F 63 45
Octal 376 140 315 0 76 23 0 477 143 105
Binary 11111110 1100000 11001101 0 111110 10011 0 100111111 1100011 1000101

Color Harmonies of #FE60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60CD

Black with #FE60CD

Text Example


Text Example

White with #FE60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60CD; }

 p { color: rgb(254,96,205); }

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

background-color css

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

 a { background-color: rgb(254,96,205); }

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

border-color css

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

 span { border-color: rgb(254,96,205); }

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