#4334F2

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

Shades of Neon Blue #4334F2

Tints of Neon Blue #4334F2

Color information

#4334F2 (or 0x4334F2) is unknown color: approx Neon Blue. HEX triplet: 43, 34 and F2. RGB value is (67,52,242). Sum of RGB (Red+Green+Blue) = 67+52+242=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #4334F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4334F2 is #BCCB0D. Grayscale: #4D4D4D. Windows color (decimal): -12372750 or 15873091. OLE color: 15873091.

HSL color Cylindrical-coordinate representation of color #4334F2: hue angle of 244.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4334F2 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6752242-
CMYK0.720.7900.05
HSL244.74º87.96%57.65%-
HSV(B)244.74º78.51%94.9%-
XYZ19.5710.0684.91-
YUV78.14220.47120.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.56%
GREEN value IS 52 (20.70% from 255) = 14.40%
BLUE value IS 242 (94.92% from 255) = 67.04%
R=18.56%
G=14.40%
B=67.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal67522420.720.7900.05244.7487.9657.65
Hex4334F2484F05f5583a
Octal103643621101170536513072
Binary100001111010011110010100100010011110101111101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4334F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4334F2; }

 p { color: rgb(67,52,242); }

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

<style>
 a { background-color: #4334F2; }

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

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

<style>
 span { border-color: #4334F2; }

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

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