#2642EF

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

Shades of Neon Blue #2642EF

Tints of Neon Blue #2642EF

Color information

#2642EF (or 0x2642EF) is unknown color: approx Neon Blue. HEX triplet: 26, 42 and EF. RGB value is (38,66,239). Sum of RGB (Red+Green+Blue) = 38+66+239=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #2642EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2642EF is #D9BD10. Grayscale: #4C4C4C. Windows color (decimal): -14269713 or 15680038. OLE color: 15680038.

HSL color Cylindrical-coordinate representation of color #2642EF: hue angle of 231.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2642EF is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3866239-
CMYK0.840.7200.06
HSL231.64º86.27%54.31%-
HSV(B)231.64º84.1%93.73%-
XYZ18.3310.5482.73-
YUV77.35219.2299.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 239 (93.75% from 255) = 69.68%
R=11.08%
G=19.24%
B=69.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal38662390.840.7200.06231.6486.2754.31
Hex2642EF544806e85636
Octal461023571241100635012666
Binary100110100001011101111101010010010000110111010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2642EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2642EF; }

 p { color: rgb(38,66,239); }

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

<style>
 a { background-color: #2642EF; }

 a { background-color: rgb(38,66,239); }

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

<style>
 span { border-color: #2642EF; }

 span { border-color: rgb(38,66,239); }

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