#3334FC

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

Shades of Neon Blue #3334FC

Tints of Neon Blue #3334FC

Color information

#3334FC (or 0x3334FC) is unknown color: approx Neon Blue. HEX triplet: 33, 34 and FC. RGB value is (51,52,252). Sum of RGB (Red+Green+Blue) = 51+52+252=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #3334FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3334FC is #CCCB03. Grayscale: #494949. Windows color (decimal): -13421316 or 16528435. OLE color: 16528435.

HSL color Cylindrical-coordinate representation of color #3334FC: hue angle of 239.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3334FC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5152252-
CMYK0.800.7900.01
HSL239.7º97.1%59.41%-
HSV(B)239.7º79.76%98.82%-
XYZ20.1610.1993-
YUV74.5228.17111.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 252 (98.83% from 255) = 70.99%
R=14.37%
G=14.65%
B=70.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51522520.800.7900.01239.797.159.41
Hex3334FC504F01f0613b
Octal63643741201170136014173
Binary110011110100111111001010000100111101111100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3334FC; }

 p { color: rgb(51,52,252); }

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

<style>
 a { background-color: #3334FC; }

 a { background-color: rgb(51,52,252); }

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

<style>
 span { border-color: #3334FC; }

 span { border-color: rgb(51,52,252); }

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