#344CF1

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

Shades of Neon Blue #344CF1

Tints of Neon Blue #344CF1

Color information

#344CF1 (or 0x344CF1) is unknown color: approx Neon Blue. HEX triplet: 34, 4C and F1. RGB value is (52,76,241). Sum of RGB (Red+Green+Blue) = 52+76+241=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 76 (30.08% from 255 or 20.60% 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 #344CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CF1 is #CBB30E. Grayscale: #565656. Windows color (decimal): -13349647 or 15813684. OLE color: 15813684.

HSL color Cylindrical-coordinate representation of color #344CF1: hue angle of 232.38º 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 #344CF1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5276241-
CMYK0.780.6800.05
HSL232.38º87.1%57.45%-
HSV(B)232.38º78.42%94.51%-
XYZ19.8812.2584.54-
YUV87.63214.55102.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52762410.780.6800.05232.3887.157.45
Hex344CF14E4405e85739
Octal641143611161040535012771
Binary110100100110011110001100111010001000101111010001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344CF1; }

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

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

<style>
 a { background-color: #344CF1; }

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

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

<style>
 span { border-color: #344CF1; }

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

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