Html Css Color HEX #4F63FB Neon Blue

📋 copy color: '#4F63FB'

red 79 ◦ green 99 ◦ blue 251

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

Shades of Neon Blue #4F63FB

Tints of Neon Blue #4F63FB

RGB

 RED value IS 79 (31.25% from 255) = 18.41%

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 18.41%
G = 23.08%
B = 58.51%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F63FB (or 0x4F63FB) is known color: Neon Blue. HEX triplet: 4F, 63 and FB. RGB value is (79,99,251). Sum of RGB (Red+Green+Blue) = 79+99+251=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F63FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F63FB is #B09C04. Grayscale: #6D6D6D. Windows color (decimal): -11574277 or 16474959. OLE color: 16474959.

HSL color Cylindrical-coordinate representation of color #4F63FB: hue angle of 233.02º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F63FB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 99 251 -
CMYK 0.69 0.61 0 0.02
HSL 233.02º 0.96% 0.65% -
HSV(B) 233.02º 0.69% 0.98% -
XYZ 25.1 17.55 93.33 -
YUV 110.35 207.37 105.64 -
System Red Green Blue C M Y K H S L
Decimal 79 99 251 0.69 0.61 0 0.02 233.02 0.96 0.65
Hex 4F 63 FB 45 3D 0 2 E9 60 41
Octal 117 143 373 105 75 0 2 351 140 101
Binary 1001111 1100011 11111011 1000101 111101 0 10 11101001 1100000 1000001

Color Harmonies of #4F63FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F63FB

Black with #4F63FB

Text Example


Text Example

White with #4F63FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F63FB; }

 p { color: rgb(79,99,251); }

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

background-color css

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

 a { background-color: rgb(79,99,251); }

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

border-color css

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

 span { border-color: rgb(79,99,251); }

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