#F275CE

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

Shades of Neon Pink #F275CE

Tints of Neon Pink #F275CE

Color information

#F275CE (or 0xF275CE) is unknown color: approx Neon Pink. HEX triplet: F2, 75 and CE. RGB value is (242,117,206). Sum of RGB (Red+Green+Blue) = 242+117+206=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F275CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275CE is #0D8A31. Grayscale: #A4A4A4. Windows color (decimal): -887346 or 13530610. OLE color: 13530610.

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

Color convert

RGB242117206-
CMYK00.520.150.05
HSL317.28º82.78%70.39%-
HSV(B)317.28º51.65%94.9%-
XYZ54.1236.0662.5-
YUV164.52151.41183.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=42.83%
G=20.71%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211720600.520.150.05317.2882.7870.39
HexF275CE034F513d5346
Octal362165316064175475123106
Binary111100101110101110011100110100111110110011110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275CE; }

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

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

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

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

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

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

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

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