#333AFE

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

Shades of Neon Blue #333AFE

Tints of Neon Blue #333AFE

Color information

#333AFE (or 0x333AFE) is unknown color: approx Neon Blue. HEX triplet: 33, 3A and FE. RGB value is (51,58,254). Sum of RGB (Red+Green+Blue) = 51+58+254=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #333AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFE is #CCC501. Grayscale: #4D4D4D. Windows color (decimal): -13419778 or 16661043. OLE color: 16661043.

HSL color Cylindrical-coordinate representation of color #333AFE: hue angle of 237.93º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333AFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5158254-
CMYK0.800.7700.00
HSL237.93º99.02%59.8%-
HSV(B)237.93º79.92%99.61%-
XYZ20.7710.8994.77-
YUV78.25227.18108.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 254 (99.61% from 255) = 69.97%
R=14.05%
G=15.98%
B=69.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51582540.800.7700.00237.9399.0259.8
Hex333AFE504D00ee633c
Octal63723761201150035614374
Binary110011111010111111101010000100110100111011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333AFE; }

 p { color: rgb(51,58,254); }

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

<style>
 a { background-color: #333AFE; }

 a { background-color: rgb(51,58,254); }

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

<style>
 span { border-color: #333AFE; }

 span { border-color: rgb(51,58,254); }

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