#4344FE

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

Shades of Neon Blue #4344FE

Tints of Neon Blue #4344FE

Color information

#4344FE (or 0x4344FE) is unknown color: approx Neon Blue. HEX triplet: 43, 44 and FE. RGB value is (67,68,254). Sum of RGB (Red+Green+Blue) = 67+68+254=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #4344FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4344FE is #BCBB01. Grayscale: #585858. Windows color (decimal): -12368642 or 16663619. OLE color: 16663619.

HSL color Cylindrical-coordinate representation of color #4344FE: hue angle of 239.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4344FE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6768254-
CMYK0.740.7300.00
HSL239.68º98.94%62.94%-
HSV(B)239.68º73.62%99.61%-
XYZ22.2712.4895-
YUV88.9221.17112.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.22%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=17.22%
G=17.48%
B=65.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal67682540.740.7300.00239.6898.9462.94
Hex4344FE4A4900f0633f
Octal1031043761121110036014377
Binary10000111000100111111101001010100100100111100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4344FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4344FE; }

 p { color: rgb(67,68,254); }

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

<style>
 a { background-color: #4344FE; }

 a { background-color: rgb(67,68,254); }

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

<style>
 span { border-color: #4344FE; }

 span { border-color: rgb(67,68,254); }

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