#4B4BF2

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

Shades of Neon Blue #4B4BF2

Tints of Neon Blue #4B4BF2

Color information

#4B4BF2 (or 0x4B4BF2) is unknown color: approx Neon Blue. HEX triplet: 4B, 4B and F2. RGB value is (75,75,242). Sum of RGB (Red+Green+Blue) = 75+75+242=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B4BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4BF2 is #B4B40D. Grayscale: #5D5D5D. Windows color (decimal): -11842574 or 15878987. OLE color: 15878987.

HSL color Cylindrical-coordinate representation of color #4B4BF2: hue angle of 240º degrees, saturation: 0.87, 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 #4B4BF2 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7575242-
CMYK0.690.6900.05
HSL240º86.53%62.16%-
HSV(B)240º69.01%94.9%-
XYZ21.4412.9485.37-
YUV94.04211.5114.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.13%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 242 (94.92% from 255) = 61.73%
R=19.13%
G=19.13%
B=61.73%

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
Decimal75752420.690.6900.0524086.5362.16
Hex4B4BF2454505f0573e
Octal1131133621051050536012776
Binary1001011100101111110010100010110001010101111100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,75,242); }

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

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

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

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

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

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

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