Html Css Color HEX #F25DBE Neon Pink

📋 copy color: '#F25DBE'

red 242 ◦ green 93 ◦ blue 190

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

Shades of Neon Pink #F25DBE

Tints of Neon Pink #F25DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.71%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 46.1%
G = 17.71%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F25DBE (or 0xF25DBE) is known color: Neon Pink. HEX triplet: F2, 5D and BE. RGB value is (242,93,190). Sum of RGB (Red+Green+Blue) = 242+93+190=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DBE is #0DA241. Grayscale: #949494. Windows color (decimal): -893506 or 12475890. OLE color: 12475890.

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

Color convert

RGB 242 93 190 -
CMYK 0 0.62 0.21 0.05
HSL 320.94º 0.85% 0.66% -
HSV(B) 320.94º 0.62% 0.95% -
XYZ 49.83 30.42 51.96 -
YUV 148.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 242 93 190 0 0.62 0.21 0.05 320.94 0.85 0.66
Hex F2 5D BE 0 3E 15 5 141 55 42
Octal 362 135 276 0 76 25 5 501 125 102
Binary 11110010 1011101 10111110 0 111110 10101 101 101000001 1010101 1000010

Color Harmonies of #F25DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DBE

Black with #F25DBE

Text Example


Text Example

White with #F25DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DBE; }

 p { color: rgb(242,93,190); }

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

background-color css

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

 a { background-color: rgb(242,93,190); }

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

border-color css

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

 span { border-color: rgb(242,93,190); }

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