Html Css Color HEX #F25CCB Neon Pink

📋 copy color: '#F25CCB'

red 242 ◦ green 92 ◦ blue 203

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

Shades of Neon Pink #F25CCB

Tints of Neon Pink #F25CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.13%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 45.07%
G = 17.13%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F25CCB (or 0xF25CCB) is known color: Neon Pink. HEX triplet: F2, 5C and CB. RGB value is (242,92,203). Sum of RGB (Red+Green+Blue) = 242+92+203=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CCB is #0DA334. Grayscale: #959595. Windows color (decimal): -893749 or 13327602. OLE color: 13327602.

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

Color convert

RGB 242 92 203 -
CMYK 0 0.62 0.16 0.05
HSL 315.6º 0.85% 0.65% -
HSV(B) 315.6º 0.62% 0.95% -
XYZ 51.22 30.84 59.75 -
YUV 149.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 242 92 203 0 0.62 0.16 0.05 315.6 0.85 0.65
Hex F2 5C CB 0 3E 10 5 13C 55 41
Octal 362 134 313 0 76 20 5 474 125 101
Binary 11110010 1011100 11001011 0 111110 10000 101 100111100 1010101 1000001

Color Harmonies of #F25CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CCB

Black with #F25CCB

Text Example


Text Example

White with #F25CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CCB; }

 p { color: rgb(242,92,203); }

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

background-color css

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

 a { background-color: rgb(242,92,203); }

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

border-color css

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

 span { border-color: rgb(242,92,203); }

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