#334AFB

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

Shades of Neon Blue #334AFB

Tints of Neon Blue #334AFB

Color information

#334AFB (or 0x334AFB) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and FB. RGB value is (51,74,251). Sum of RGB (Red+Green+Blue) = 51+74+251=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #334AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AFB is #CCB504. Grayscale: #565656. Windows color (decimal): -13415685 or 16468531. OLE color: 16468531.

HSL color Cylindrical-coordinate representation of color #334AFB: hue angle of 233.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334AFB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5174251-
CMYK0.800.7100.02
HSL233.1º96.15%59.22%-
HSV(B)233.1º79.68%98.43%-
XYZ21.2312.5792.57-
YUV87.3220.38102.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 251 (98.44% from 255) = 66.76%
R=13.56%
G=19.68%
B=66.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51742510.800.7100.02233.196.1559.22
Hex334AFB504702e9603b
Octal631123731201070235114073
Binary11001110010101111101110100001000111010111010011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334AFB; }

 p { color: rgb(51,74,251); }

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

<style>
 a { background-color: #334AFB; }

 a { background-color: rgb(51,74,251); }

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

<style>
 span { border-color: #334AFB; }

 span { border-color: rgb(51,74,251); }

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