Html Css Color HEX #FE68CF Neon Pink

📋 copy color: '#FE68CF'

red 254 ◦ green 104 ◦ blue 207

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

Shades of Neon Pink #FE68CF

Tints of Neon Pink #FE68CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.41%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 44.96%
G = 18.41%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE68CF (or 0xFE68CF) is known color: Neon Pink. HEX triplet: FE, 68 and CF. RGB value is (254,104,207). Sum of RGB (Red+Green+Blue) = 254+104+207=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68CF is #019730. Grayscale: #A0A0A0. Windows color (decimal): -104241 or 13592830. OLE color: 13592830.

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

Color convert

RGB 254 104 207 -
CMYK 0 0.59 0.19 0.00
HSL 318.8º 0.99% 0.7% -
HSV(B) 318.8º 0.59% 1% -
XYZ 57.09 35.48 62.87 -
YUV 160.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 254 104 207 0 0.59 0.19 0.00 318.8 0.99 0.7
Hex FE 68 CF 0 3B 13 0 13F 63 46
Octal 376 150 317 0 73 23 0 477 143 106
Binary 11111110 1101000 11001111 0 111011 10011 0 100111111 1100011 1000110

Color Harmonies of #FE68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68CF

Black with #FE68CF

Text Example


Text Example

White with #FE68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68CF; }

 p { color: rgb(254,104,207); }

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

background-color css

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

 a { background-color: rgb(254,104,207); }

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

border-color css

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

 span { border-color: rgb(254,104,207); }

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