#2341FF

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

Shades of Neon Blue #2341FF

Tints of Neon Blue #2341FF

Color information

#2341FF (or 0x2341FF) is unknown color: approx Neon Blue. HEX triplet: 23, 41 and FF. RGB value is (35,65,255). Sum of RGB (Red+Green+Blue) = 35+65+255=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #2341FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2341FF is #DCBE00. Grayscale: #4C4C4C. Windows color (decimal): -14466561 or 16728355. OLE color: 16728355.

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

Color convert

RGB3565255-
CMYK0.860.7500
HSL231.82º100%56.86%-
HSV(B)231.82º86.27%100%-
XYZ20.6311.3695.71-
YUV77.69228.0697.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 255 (100% from 255) = 71.83%
R=9.86%
G=18.31%
B=71.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal35652550.860.7500231.8210056.86
Hex2341FF564B00e86439
Octal431013771261130035014471
Binary1000111000001111111111010110100101100111010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2341FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,65,255); }

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

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

 a { background-color: rgb(35,65,255); }

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

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

 span { border-color: rgb(35,65,255); }

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