Html Css Color HEX #FE69C6 Neon Pink

📋 copy color: '#FE69C6'

red 254 ◦ green 105 ◦ blue 198

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

Shades of Neon Pink #FE69C6

Tints of Neon Pink #FE69C6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.85%

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 45.6%
G = 18.85%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE69C6 (or 0xFE69C6) is known color: Neon Pink. HEX triplet: FE, 69 and C6. RGB value is (254,105,198). Sum of RGB (Red+Green+Blue) = 254+105+198=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69C6 is #019639. Grayscale: #9F9F9F. Windows color (decimal): -103994 or 13003262. OLE color: 13003262.

HSL color Cylindrical-coordinate representation of color #FE69C6: hue angle of 322.55º 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 #FE69C6 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 198 -
CMYK 0 0.59 0.22 0.00
HSL 322.55º 0.99% 0.7% -
HSV(B) 322.55º 0.59% 1% -
XYZ 56.12 35.25 57.27 -
YUV 160.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 254 105 198 0 0.59 0.22 0.00 322.55 0.99 0.7
Hex FE 69 C6 0 3B 16 0 143 63 46
Octal 376 151 306 0 73 26 0 503 143 106
Binary 11111110 1101001 11000110 0 111011 10110 0 101000011 1100011 1000110

Color Harmonies of #FE69C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69C6

Black with #FE69C6

Text Example


Text Example

White with #FE69C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69C6; }

 p { color: rgb(254,105,198); }

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

background-color css

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

 a { background-color: rgb(254,105,198); }

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

border-color css

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

 span { border-color: rgb(254,105,198); }

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