Html Css Color HEX #2641ED Neon Blue

📋 copy color: '#2641ED'

red 38 ◦ green 65 ◦ blue 237

#2641ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #2641ED

Tints of Neon Blue #2641ED

RGB

 RED value IS 38 (15.23% from 255) = 11.18%

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 11.18%
G = 19.12%
B = 69.71%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2641ED (or 0x2641ED) is known color: Neon Blue. HEX triplet: 26, 41 and ED. RGB value is (38,65,237). Sum of RGB (Red+Green+Blue) = 38+65+237=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #2641ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2641ED is #D9BE12. Grayscale: #4B4B4B. Windows color (decimal): -14269971 or 15548710. OLE color: 15548710.

HSL color Cylindrical-coordinate representation of color #2641ED: hue angle of 231.86º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2641ED is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 65 237 -
CMYK 0.84 0.73 0 0.07
HSL 231.86º 0.85% 0.54% -
HSV(B) 231.86º 0.84% 0.93% -
XYZ 17.98 10.31 81.16 -
YUV 76.54 218.55 100.51 -
System Red Green Blue C M Y K H S L
Decimal 38 65 237 0.84 0.73 0 0.07 231.86 0.85 0.54
Hex 26 41 ED 54 49 0 7 E8 55 36
Octal 46 101 355 124 111 0 7 350 125 66
Binary 100110 1000001 11101101 1010100 1001001 0 111 11101000 1010101 110110

Color Harmonies of #2641ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641ED

Black with #2641ED

Text Example


Text Example

White with #2641ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2641ED; }

 p { color: rgb(38,65,237); }

 H1.HeaderClassName
 {
   color: #2641ED;
 }
 .AnyTagClassName
 {
   color: #2641ED;
 }
</style>

background-color css

<style>
 a { background-color: #2641ED; }

 a { background-color: rgb(38,65,237); }

 div.DivClassName
 {
   background-color: #2641ED;
 }
 .BgClassName
 {
   background-color: #2641ED;
 }
</style>

border-color css

<style>
 span { border-color: #2641ED; }

 span { border-color: rgb(38,65,237); }

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