#335BFF

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

Shades of Neon Blue #335BFF

Tints of Neon Blue #335BFF

Color information

#335BFF (or 0x335BFF) is unknown color: approx Neon Blue. HEX triplet: 33, 5B and FF. RGB value is (51,91,255). Sum of RGB (Red+Green+Blue) = 51+91+255=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #335BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335BFF is #CCA400. Grayscale: #616161. Windows color (decimal): -13411329 or 16735027. OLE color: 16735027.

HSL color Cylindrical-coordinate representation of color #335BFF: hue angle of 228.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335BFF is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5191255-
CMYK0.80.6400
HSL228.24º100%60%-
HSV(B)228.24º80%100%-
XYZ23.1615.4196.36-
YUV97.74216.7594.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.85%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 255 (100% from 255) = 64.23%
R=12.85%
G=22.92%
B=64.23%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51912550.80.6400228.2410060
Hex335BFF504000e4643c
Octal631333771201000034414474
Binary1100111011011111111111010000100000000111001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335BFF; }

 p { color: rgb(51,91,255); }

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

<style>
 a { background-color: #335BFF; }

 a { background-color: rgb(51,91,255); }

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

<style>
 span { border-color: #335BFF; }

 span { border-color: rgb(51,91,255); }

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