#4C34F1

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

Shades of Neon Blue #4C34F1

Tints of Neon Blue #4C34F1

Color information

#4C34F1 (or 0x4C34F1) is unknown color: approx Neon Blue. HEX triplet: 4C, 34 and F1. RGB value is (76,52,241). Sum of RGB (Red+Green+Blue) = 76+52+241=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C34F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C34F1 is #B3CB0E. Grayscale: #4F4F4F. Windows color (decimal): -11782927 or 15807564. OLE color: 15807564.

HSL color Cylindrical-coordinate representation of color #4C34F1: hue angle of 247.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C34F1 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7652241-
CMYK0.680.7800.05
HSL247.62º87.1%57.45%-
HSV(B)247.62º78.42%94.51%-
XYZ20.0910.3484.16-
YUV80.72218.45124.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 241 (94.53% from 255) = 65.31%
R=20.60%
G=14.09%
B=65.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76522410.680.7800.05247.6287.157.45
Hex4C34F1444E05f85739
Octal114643611041160537012771
Binary100110011010011110001100010010011100101111110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C34F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,241); }

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

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

 a { background-color: rgb(76,52,241); }

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

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

 span { border-color: rgb(76,52,241); }

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