#3955FE

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

Shades of Neon Blue #3955FE

Tints of Neon Blue #3955FE

Color information

#3955FE (or 0x3955FE) is unknown color: approx Neon Blue. HEX triplet: 39, 55 and FE. RGB value is (57,85,254). Sum of RGB (Red+Green+Blue) = 57+85+254=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #3955FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3955FE is #C6AA01. Grayscale: #5F5F5F. Windows color (decimal): -13019650 or 16667961. OLE color: 16667961.

HSL color Cylindrical-coordinate representation of color #3955FE: hue angle of 231.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3955FE is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5785254-
CMYK0.780.6700.00
HSL231.47º98.99%60.98%-
HSV(B)231.47º77.56%99.61%-
XYZ22.8314.5295.37-
YUV95.89217.22100.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.39%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 254 (99.61% from 255) = 64.14%
R=14.39%
G=21.46%
B=64.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal57852540.780.6700.00231.4798.9960.98
Hex3955FE4E4300e7633d
Octal711253761161030034714375
Binary1110011010101111111101001110100001100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3955FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3955FE; }

 p { color: rgb(57,85,254); }

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

<style>
 a { background-color: #3955FE; }

 a { background-color: rgb(57,85,254); }

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

<style>
 span { border-color: #3955FE; }

 span { border-color: rgb(57,85,254); }

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