Html Css Color HEX #F254C2 Neon Pink

📋 copy color: '#F254C2'

red 242 ◦ green 84 ◦ blue 194

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

Shades of Neon Pink #F254C2

Tints of Neon Pink #F254C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 46.54%
G = 16.15%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F254C2 (or 0xF254C2) is known color: Neon Pink. HEX triplet: F2, 54 and C2. RGB value is (242,84,194). Sum of RGB (Red+Green+Blue) = 242+84+194=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F254C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254C2 is #0DAB3D. Grayscale: #8F8F8F. Windows color (decimal): -895806 or 12735730. OLE color: 12735730.

HSL color Cylindrical-coordinate representation of color #F254C2: hue angle of 318.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254C2 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 84 194 -
CMYK 0 0.65 0.20 0.05
HSL 318.23º 0.86% 0.64% -
HSV(B) 318.23º 0.65% 0.95% -
XYZ 49.53 29.11 54.05 -
YUV 143.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 242 84 194 0 0.65 0.20 0.05 318.23 0.86 0.64
Hex F2 54 C2 0 41 14 5 13E 56 40
Octal 362 124 302 0 101 24 5 476 126 100
Binary 11110010 1010100 11000010 0 1000001 10100 101 100111110 1010110 1000000

Color Harmonies of #F254C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F254C2

Black with #F254C2

Text Example


Text Example

White with #F254C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F254C2; }

 p { color: rgb(242,84,194); }

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

background-color css

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

 a { background-color: rgb(242,84,194); }

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

border-color css

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

 span { border-color: rgb(242,84,194); }

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