Html Css Color HEX #FE6FDA Neon Pink

📋 copy color: '#FE6FDA'

red 254 ◦ green 111 ◦ blue 218

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

Shades of Neon Pink #FE6FDA

Tints of Neon Pink #FE6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.04%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 43.57%
G = 19.04%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE6FDA (or 0xFE6FDA) is known color: Neon Pink. HEX triplet: FE, 6F and DA. RGB value is (254,111,218). Sum of RGB (Red+Green+Blue) = 254+111+218=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDA is #019025. Grayscale: #A5A5A5. Windows color (decimal): -102438 or 14315518. OLE color: 14315518.

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

Color convert

RGB 254 111 218 -
CMYK 0 0.56 0.14 0.00
HSL 315.1º 0.99% 0.72% -
HSV(B) 315.1º 0.56% 1% -
XYZ 59.21 37.5 70.45 -
YUV 165.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 254 111 218 0 0.56 0.14 0.00 315.1 0.99 0.72
Hex FE 6F DA 0 38 E 0 13B 63 48
Octal 376 157 332 0 70 16 0 473 143 110
Binary 11111110 1101111 11011010 0 111000 1110 0 100111011 1100011 1001000

Color Harmonies of #FE6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FDA

Black with #FE6FDA

Text Example


Text Example

White with #FE6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FDA; }

 p { color: rgb(254,111,218); }

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

background-color css

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

 a { background-color: rgb(254,111,218); }

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

border-color css

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

 span { border-color: rgb(254,111,218); }

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