#4c4bf3

Color #4C4BF3 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C4BF3

Tints of Neon Blue #4C4BF3

Color information

#4C4BF3 (or 0x4C4BF3) is unknown color: approx Neon Blue. HEX triplet: 4C, 4B and F3. RGB value is (76,75,243). Sum of RGB (Red+Green+Blue) = 76+75+243=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #4C4BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C4BF3 is #B3B40C. Grayscale: #5D5D5D. Windows color (decimal): -11777037 or 15944524. OLE color: 15944524.

HSL color Cylindrical-coordinate representation of color #4C4BF3: hue angle of 240.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C4BF3 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7675243-
CMYK0.690.6900.05
HSL240.36º87.5%62.35%-
HSV(B)240.36º69.14%95.29%-
XYZ21.6713.0486.17-
YUV94.45211.83114.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 243 (95.31% from 255) = 61.68%
R=19.29%
G=19.04%
B=61.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76752430.690.6900.05240.3687.562.35
Hex4C4BF3454505f0583e
Octal1141133631051050536013076
Binary1001100100101111110011100010110001010101111100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c4bf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,243); }

 H1.HeaderClassName
 {
   color: #4c4bf3;
 }
 .AnyTagClassName
 {
   color: #4c4bf3;
 }
</style>
background-color css

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

 a { background-color: rgb(76,75,243); }

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

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

 span { border-color: rgb(76,75,243); }

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