#343CF5

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

Shades of Neon Blue #343CF5

Tints of Neon Blue #343CF5

Color information

#343CF5 (or 0x343CF5) is unknown color: approx Neon Blue. HEX triplet: 34, 3C and F5. RGB value is (52,60,245). Sum of RGB (Red+Green+Blue) = 52+60+245=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #343CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CF5 is #CBC30A. Grayscale: #4D4D4D. Windows color (decimal): -13353739 or 16071732. OLE color: 16071732.

HSL color Cylindrical-coordinate representation of color #343CF5: hue angle of 237.51º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343CF5 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5260245-
CMYK0.790.7600.04
HSL237.51º90.61%58.24%-
HSV(B)237.51º78.78%96.08%-
XYZ19.5110.5587.39-
YUV78.7221.85108.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 60 (23.83% from 255) = 16.81%
BLUE value IS 245 (96.09% from 255) = 68.63%
R=14.57%
G=16.81%
B=68.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52602450.790.7600.04237.5190.6158.24
Hex343CF54F4C04ee5b3a
Octal64743651171140435613372
Binary11010011110011110101100111110011000100111011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343CF5; }

 p { color: rgb(52,60,245); }

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

<style>
 a { background-color: #343CF5; }

 a { background-color: rgb(52,60,245); }

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

<style>
 span { border-color: #343CF5; }

 span { border-color: rgb(52,60,245); }

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