#3335F1

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

Shades of Neon Blue #3335F1

Tints of Neon Blue #3335F1

Color information

#3335F1 (or 0x3335F1) is unknown color: approx Neon Blue. HEX triplet: 33, 35 and F1. RGB value is (51,53,241). Sum of RGB (Red+Green+Blue) = 51+53+241=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #3335F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335F1 is #CCCA0E. Grayscale: #494949. Windows color (decimal): -13421071 or 15807795. OLE color: 15807795.

HSL color Cylindrical-coordinate representation of color #3335F1: hue angle of 239.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3335F1 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5153241-
CMYK0.790.7800.05
HSL239.37º87.16%57.25%-
HSV(B)239.37º78.84%94.51%-
XYZ18.529.684.1-
YUV73.83222.34111.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.78%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 241 (94.53% from 255) = 69.86%
R=14.78%
G=15.36%
B=69.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51532410.790.7800.05239.3787.1657.25
Hex3335F14F4E05ef5739
Octal63653611171160535712771
Binary11001111010111110001100111110011100101111011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3335F1; }

 p { color: rgb(51,53,241); }

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

<style>
 a { background-color: #3335F1; }

 a { background-color: rgb(51,53,241); }

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

<style>
 span { border-color: #3335F1; }

 span { border-color: rgb(51,53,241); }

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