Html Css Color HEX #4C63FC Neon Blue

📋 copy color: '#4C63FC'

red 76 ◦ green 99 ◦ blue 252

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

Shades of Neon Blue #4C63FC

Tints of Neon Blue #4C63FC

RGB

 RED value IS 76 (30.08% from 255) = 17.8%

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 17.8%
G = 23.19%
B = 59.02%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C63FC (or 0x4C63FC) is known color: Neon Blue. HEX triplet: 4C, 63 and FC. RGB value is (76,99,252). Sum of RGB (Red+Green+Blue) = 76+99+252=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C63FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C63FC is #B39C03. Grayscale: #6C6C6C. Windows color (decimal): -11770884 or 16540492. OLE color: 16540492.

HSL color Cylindrical-coordinate representation of color #4C63FC: hue angle of 232.16º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C63FC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 99 252 -
CMYK 0.70 0.61 0 0.01
HSL 232.16º 0.97% 0.64% -
HSV(B) 232.16º 0.7% 0.99% -
XYZ 25.01 17.49 94.15 -
YUV 109.57 208.38 104.06 -
System Red Green Blue C M Y K H S L
Decimal 76 99 252 0.70 0.61 0 0.01 232.16 0.97 0.64
Hex 4C 63 FC 46 3D 0 1 E8 61 40
Octal 114 143 374 106 75 0 1 350 141 100
Binary 1001100 1100011 11111100 1000110 111101 0 1 11101000 1100001 1000000

Color Harmonies of #4C63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C63FC

Black with #4C63FC

Text Example


Text Example

White with #4C63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,252); }

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

background-color css

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

 a { background-color: rgb(76,99,252); }

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

border-color css

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

 span { border-color: rgb(76,99,252); }

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