Html Css Color HEX #F263CD Neon Pink

📋 copy color: '#F263CD'

red 242 ◦ green 99 ◦ blue 205

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

Shades of Neon Pink #F263CD

Tints of Neon Pink #F263CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 44.32%
G = 18.13%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F263CD (or 0xF263CD) is known color: Neon Pink. HEX triplet: F2, 63 and CD. RGB value is (242,99,205). Sum of RGB (Red+Green+Blue) = 242+99+205=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F263CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263CD is #0D9C32. Grayscale: #999999. Windows color (decimal): -891955 or 13460466. OLE color: 13460466.

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

Color convert

RGB 242 99 205 -
CMYK 0 0.59 0.15 0.05
HSL 315.52º 0.85% 0.67% -
HSV(B) 315.52º 0.59% 0.95% -
XYZ 52.1 32.21 61.23 -
YUV 153.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 242 99 205 0 0.59 0.15 0.05 315.52 0.85 0.67
Hex F2 63 CD 0 3B F 5 13C 55 43
Octal 362 143 315 0 73 17 5 474 125 103
Binary 11110010 1100011 11001101 0 111011 1111 101 100111100 1010101 1000011

Color Harmonies of #F263CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263CD

Black with #F263CD

Text Example


Text Example

White with #F263CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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