#F275D4

Color #F275D4 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F275D4

Tints of Neon Pink #F275D4

Color information

#F275D4 (or 0xF275D4) is unknown color: approx Neon Pink. HEX triplet: F2, 75 and D4. RGB value is (242,117,212). Sum of RGB (Red+Green+Blue) = 242+117+212=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F275D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275D4 is #0D8A2B. Grayscale: #A4A4A4. Windows color (decimal): -887340 or 13923826. OLE color: 13923826.

HSL color Cylindrical-coordinate representation of color #F275D4: hue angle of 314.4º 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 #F275D4 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242117212-
CMYK00.520.120.05
HSL314.4º82.78%70.39%-
HSV(B)314.4º51.65%94.9%-
XYZ54.8636.3566.41-
YUV165.2154.41182.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=42.38%
G=20.49%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211721200.520.120.05314.482.7870.39
HexF275D4034C513a5346
Octal362165324064145472123106
Binary111100101110101110101000110100110010110011101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275D4; }

 p { color: rgb(242,117,212); }

 H1.HeaderClassName
 {
   color: #F275D4;
 }
 .AnyTagClassName
 {
   color: #F275D4;
 }
</style>
background-color css

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

 a { background-color: rgb(242,117,212); }

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

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

 span { border-color: rgb(242,117,212); }

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