Html Css Color HEX #F27ACD Neon Pink

📋 copy color: '#F27ACD'

red 242 ◦ green 122 ◦ blue 205

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

Shades of Neon Pink #F27ACD

Tints of Neon Pink #F27ACD

RGB

 RED value IS 242 (94.92% from 255) = 42.53%

 GREEN value IS 122 (48.05% from 255) = 21.44%

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

R = 42.53%
G = 21.44%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F27ACD (or 0xF27ACD) is known color: Neon Pink. HEX triplet: F2, 7A and CD. RGB value is (242,122,205). Sum of RGB (Red+Green+Blue) = 242+122+205=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ACD is #0D8532. Grayscale: #A7A7A7. Windows color (decimal): -886067 or 13466354. OLE color: 13466354.

HSL color Cylindrical-coordinate representation of color #F27ACD: hue angle of 318.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27ACD is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 205 -
CMYK 0 0.50 0.15 0.05
HSL 318.5º 0.82% 0.71% -
HSV(B) 318.5º 0.5% 0.95% -
XYZ 54.6 37.2 62.06 -
YUV 167.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 242 122 205 0 0.50 0.15 0.05 318.5 0.82 0.71
Hex F2 7A CD 0 32 F 5 13E 52 47
Octal 362 172 315 0 62 17 5 476 122 107
Binary 11110010 1111010 11001101 0 110010 1111 101 100111110 1010010 1000111

Color Harmonies of #F27ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ACD

Black with #F27ACD

Text Example


Text Example

White with #F27ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ACD; }

 p { color: rgb(242,122,205); }

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

background-color css

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

 a { background-color: rgb(242,122,205); }

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

border-color css

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

 span { border-color: rgb(242,122,205); }

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