#3935FF

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

Shades of Neon Blue #3935FF

Tints of Neon Blue #3935FF

Color information

#3935FF (or 0x3935FF) is unknown color: approx Neon Blue. HEX triplet: 39, 35 and FF. RGB value is (57,53,255). Sum of RGB (Red+Green+Blue) = 57+53+255=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #3935FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3935FF is #C6CA00. Grayscale: #4C4C4C. Windows color (decimal): -13027841 or 16725305. OLE color: 16725305.

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

Color convert

RGB5753255-
CMYK0.780.7900
HSL241.19º100%60.39%-
HSV(B)241.19º79.22%100%-
XYZ21.0110.6495.55-
YUV77.22228.33113.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.62%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 255 (100% from 255) = 69.86%
R=15.62%
G=14.52%
B=69.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal57532550.780.7900241.1910060.39
Hex3935FF4E4F00f1643c
Octal71653771161170036114474
Binary111001110101111111111001110100111100111100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3935FF; }

 p { color: rgb(57,53,255); }

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

<style>
 a { background-color: #3935FF; }

 a { background-color: rgb(57,53,255); }

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

<style>
 span { border-color: #3935FF; }

 span { border-color: rgb(57,53,255); }

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