Html Css Color HEX #2741ED Neon Blue

📋 copy color: '#2741ED'

red 39 ◦ green 65 ◦ blue 237

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

Shades of Neon Blue #2741ED

Tints of Neon Blue #2741ED

RGB

 RED value IS 39 (15.63% from 255) = 11.44%

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

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

R = 11.44%
G = 19.06%
B = 69.5%

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

#2741ED (or 0x2741ED) is known color: Neon Blue. HEX triplet: 27, 41 and ED. RGB value is (39,65,237). Sum of RGB (Red+Green+Blue) = 39+65+237=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2741ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2741ED is #D8BE12. Grayscale: #4C4C4C. Windows color (decimal): -14204435 or 15548711. OLE color: 15548711.

HSL color Cylindrical-coordinate representation of color #2741ED: hue angle of 232.12º 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 #2741ED is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 65 237 -
CMYK 0.84 0.73 0 0.07
HSL 232.12º 0.85% 0.54% -
HSV(B) 232.12º 0.84% 0.93% -
XYZ 18.01 10.33 81.16 -
YUV 76.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 39 65 237 0.84 0.73 0 0.07 232.12 0.85 0.54
Hex 27 41 ED 54 49 0 7 E8 55 36
Octal 47 101 355 124 111 0 7 350 125 66
Binary 100111 1000001 11101101 1010100 1001001 0 111 11101000 1010101 110110

Color Harmonies of #2741ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741ED

Black with #2741ED

Text Example


Text Example

White with #2741ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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