Html Css Color HEX #4F63FF Neon Blue

📋 copy color: '#4F63FF'

red 79 ◦ green 99 ◦ blue 255

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

Shades of Neon Blue #4F63FF

Tints of Neon Blue #4F63FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 18.24%
G = 22.86%
B = 58.89%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F63FF (or 0x4F63FF) is known color: Neon Blue. HEX triplet: 4F, 63 and FF. RGB value is (79,99,255). Sum of RGB (Red+Green+Blue) = 79+99+255=433 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.24% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F63FF is #B09C00. Grayscale: #6E6E6E. Windows color (decimal): -11574273 or 16737103. OLE color: 16737103.

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

Color convert

RGB 79 99 255 -
CMYK 0.69 0.61 0 0
HSL 233.18º 1% 0.65% -
HSV(B) 233.18º 0.69% 1% -
XYZ 25.74 17.81 96.69 -
YUV 110.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 79 99 255 0.69 0.61 0 0 233.18 1 0.65
Hex 4F 63 FF 45 3D 0 0 E9 64 41
Octal 117 143 377 105 75 0 0 351 144 101
Binary 1001111 1100011 11111111 1000101 111101 0 0 11101001 1100100 1000001

Color Harmonies of #4F63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F63FF

Black with #4F63FF

Text Example


Text Example

White with #4F63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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