#333AFD

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

Shades of Neon Blue #333AFD

Tints of Neon Blue #333AFD

Color information

#333AFD (or 0x333AFD) is unknown color: approx Neon Blue. HEX triplet: 33, 3A and FD. RGB value is (51,58,253). Sum of RGB (Red+Green+Blue) = 51+58+253=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #333AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFD is #CCC502. Grayscale: #4D4D4D. Windows color (decimal): -13419779 or 16595507. OLE color: 16595507.

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

Color convert

RGB5158253-
CMYK0.800.7700.01
HSL237.92º98.06%59.61%-
HSV(B)237.92º79.84%99.22%-
XYZ20.6110.8293.93-
YUV78.14226.68108.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.09%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 253 (99.22% from 255) = 69.89%
R=14.09%
G=16.02%
B=69.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51582530.800.7700.01237.9298.0659.61
Hex333AFD504D01ee623c
Octal63723751201150135614274
Binary110011111010111111011010000100110101111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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