Html Css Color HEX #F274CE Neon Pink

📋 copy color: '#F274CE'

red 242 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #F274CE

Tints of Neon Pink #F274CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.57%

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

R = 42.91%
G = 20.57%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F274CE (or 0xF274CE) is known color: Neon Pink. HEX triplet: F2, 74 and CE. RGB value is (242,116,206). Sum of RGB (Red+Green+Blue) = 242+116+206=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F274CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274CE is #0D8B31. Grayscale: #A3A3A3. Windows color (decimal): -887602 or 13530354. OLE color: 13530354.

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

Color convert

RGB 242 116 206 -
CMYK 0 0.52 0.15 0.05
HSL 317.14º 0.83% 0.7% -
HSV(B) 317.14º 0.52% 0.95% -
XYZ 54 35.82 62.46 -
YUV 163.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 242 116 206 0 0.52 0.15 0.05 317.14 0.83 0.7
Hex F2 74 CE 0 34 F 5 13D 53 46
Octal 362 164 316 0 64 17 5 475 123 106
Binary 11110010 1110100 11001110 0 110100 1111 101 100111101 1010011 1000110

Color Harmonies of #F274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274CE

Black with #F274CE

Text Example


Text Example

White with #F274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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