#2331FD

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

Shades of Neon Blue #2331FD

Tints of Neon Blue #2331FD

Color information

#2331FD (or 0x2331FD) is unknown color: approx Neon Blue. HEX triplet: 23, 31 and FD. RGB value is (35,49,253). Sum of RGB (Red+Green+Blue) = 35+49+253=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #2331FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2331FD is #DCCE02. Grayscale: #434343. Windows color (decimal): -14470659 or 16593187. OLE color: 16593187.

HSL color Cylindrical-coordinate representation of color #2331FD: hue angle of 236.15º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2331FD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3549253-
CMYK0.860.8100.01
HSL236.15º98.2%56.47%-
HSV(B)236.15º86.17%99.22%-
XYZ19.529.6593.76-
YUV68.07232.36104.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.39%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 253 (99.22% from 255) = 75.07%
R=10.39%
G=14.54%
B=75.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal35492530.860.8100.01236.1598.256.47
Hex2331FD565101ec6238
Octal43613751261210135414270
Binary100011110001111111011010110101000101111011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331FD; }

 p { color: rgb(35,49,253); }

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

<style>
 a { background-color: #2331FD; }

 a { background-color: rgb(35,49,253); }

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

<style>
 span { border-color: #2331FD; }

 span { border-color: rgb(35,49,253); }

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