Html Css Color HEX #F276CE Neon Pink

📋 copy color: '#F276CE'

red 242 ◦ green 118 ◦ blue 206

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

Shades of Neon Pink #F276CE

Tints of Neon Pink #F276CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.85%

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 42.76%
G = 20.85%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F276CE (or 0xF276CE) is known color: Neon Pink. HEX triplet: F2, 76 and CE. RGB value is (242,118,206). Sum of RGB (Red+Green+Blue) = 242+118+206=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F276CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276CE is #0D8931. Grayscale: #A4A4A4. Windows color (decimal): -887090 or 13530866. OLE color: 13530866.

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

Color convert

RGB 242 118 206 -
CMYK 0 0.51 0.15 0.05
HSL 317.42º 0.83% 0.71% -
HSV(B) 317.42º 0.51% 0.95% -
XYZ 54.24 36.29 62.54 -
YUV 165.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 242 118 206 0 0.51 0.15 0.05 317.42 0.83 0.71
Hex F2 76 CE 0 33 F 5 13D 53 47
Octal 362 166 316 0 63 17 5 475 123 107
Binary 11110010 1110110 11001110 0 110011 1111 101 100111101 1010011 1000111

Color Harmonies of #F276CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276CE

Black with #F276CE

Text Example


Text Example

White with #F276CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276CE; }

 p { color: rgb(242,118,206); }

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

background-color css

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

 a { background-color: rgb(242,118,206); }

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

border-color css

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

 span { border-color: rgb(242,118,206); }

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