Html Css Color HEX #F263BE Neon Pink

📋 copy color: '#F263BE'

red 242 ◦ green 99 ◦ blue 190

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

Shades of Neon Pink #F263BE

Tints of Neon Pink #F263BE

RGB

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

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

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

R = 45.57%
G = 18.64%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F263BE (or 0xF263BE) is known color: Neon Pink. HEX triplet: F2, 63 and BE. RGB value is (242,99,190). Sum of RGB (Red+Green+Blue) = 242+99+190=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F263BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263BE is #0D9C41. Grayscale: #979797. Windows color (decimal): -891970 or 12477426. OLE color: 12477426.

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

Color convert

RGB 242 99 190 -
CMYK 0 0.59 0.21 0.05
HSL 321.82º 0.85% 0.67% -
HSV(B) 321.82º 0.59% 0.95% -
XYZ 50.37 31.52 52.14 -
YUV 152.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 242 99 190 0 0.59 0.21 0.05 321.82 0.85 0.67
Hex F2 63 BE 0 3B 15 5 142 55 43
Octal 362 143 276 0 73 25 5 502 125 103
Binary 11110010 1100011 10111110 0 111011 10101 101 101000010 1010101 1000011

Color Harmonies of #F263BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263BE

Black with #F263BE

Text Example


Text Example

White with #F263BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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