Html Css Color HEX #F263CA Neon Pink

📋 copy color: '#F263CA'

red 242 ◦ green 99 ◦ blue 202

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

Shades of Neon Pink #F263CA

Tints of Neon Pink #F263CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.23%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 44.57%
G = 18.23%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F263CA (or 0xF263CA) is known color: Neon Pink. HEX triplet: F2, 63 and CA. RGB value is (242,99,202). Sum of RGB (Red+Green+Blue) = 242+99+202=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F263CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263CA is #0D9C35. Grayscale: #999999. Windows color (decimal): -891958 or 13263858. OLE color: 13263858.

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

Color convert

RGB 242 99 202 -
CMYK 0 0.59 0.17 0.05
HSL 316.78º 0.85% 0.67% -
HSV(B) 316.78º 0.59% 0.95% -
XYZ 51.74 32.07 59.34 -
YUV 153.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 242 99 202 0 0.59 0.17 0.05 316.78 0.85 0.67
Hex F2 63 CA 0 3B 11 5 13D 55 43
Octal 362 143 312 0 73 21 5 475 125 103
Binary 11110010 1100011 11001010 0 111011 10001 101 100111101 1010101 1000011

Color Harmonies of #F263CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263CA

Black with #F263CA

Text Example


Text Example

White with #F263CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263CA; }

 p { color: rgb(242,99,202); }

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

background-color css

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

 a { background-color: rgb(242,99,202); }

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

border-color css

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

 span { border-color: rgb(242,99,202); }

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