Html Css Color HEX #F270CC Neon Pink

📋 copy color: '#F270CC'

red 242 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #F270CC

Tints of Neon Pink #F270CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.07%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 43.37%
G = 20.07%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F270CC (or 0xF270CC) is known color: Neon Pink. HEX triplet: F2, 70 and CC. RGB value is (242,112,204). Sum of RGB (Red+Green+Blue) = 242+112+204=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F270CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270CC is #0D8F33. Grayscale: #A1A1A1. Windows color (decimal): -888628 or 13398258. OLE color: 13398258.

HSL color Cylindrical-coordinate representation of color #F270CC: hue angle of 317.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270CC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 112 204 -
CMYK 0 0.54 0.16 0.05
HSL 317.54º 0.83% 0.69% -
HSV(B) 317.54º 0.54% 0.95% -
XYZ 53.31 34.83 61.04 -
YUV 161.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 242 112 204 0 0.54 0.16 0.05 317.54 0.83 0.69
Hex F2 70 CC 0 36 10 5 13E 53 45
Octal 362 160 314 0 66 20 5 476 123 105
Binary 11110010 1110000 11001100 0 110110 10000 101 100111110 1010011 1000101

Color Harmonies of #F270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270CC

Black with #F270CC

Text Example


Text Example

White with #F270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270CC; }

 p { color: rgb(242,112,204); }

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

background-color css

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

 a { background-color: rgb(242,112,204); }

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

border-color css

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

 span { border-color: rgb(242,112,204); }

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