Html Css Color HEX #4249ED Neon Blue

📋 copy color: '#4249ED'

red 66 ◦ green 73 ◦ blue 237

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

Shades of Neon Blue #4249ED

Tints of Neon Blue #4249ED

RGB

 RED value IS 66 (26.17% from 255) = 17.55%

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 17.55%
G = 19.41%
B = 63.03%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4249ED (or 0x4249ED) is known color: Neon Blue. HEX triplet: 42, 49 and ED. RGB value is (66,73,237). Sum of RGB (Red+Green+Blue) = 66+73+237=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #4249ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249ED is #BDB612. Grayscale: #585858. Windows color (decimal): -12432915 or 15550786. OLE color: 15550786.

HSL color Cylindrical-coordinate representation of color #4249ED: hue angle of 237.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4249ED is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 73 237 -
CMYK 0.72 0.69 0 0.07
HSL 237.54º 0.83% 0.59% -
HSV(B) 237.54º 0.72% 0.93% -
XYZ 19.92 12.04 81.39 -
YUV 89.6 211.18 111.16 -
System Red Green Blue C M Y K H S L
Decimal 66 73 237 0.72 0.69 0 0.07 237.54 0.83 0.59
Hex 42 49 ED 48 45 0 7 EE 53 3B
Octal 102 111 355 110 105 0 7 356 123 73
Binary 1000010 1001001 11101101 1001000 1000101 0 111 11101110 1010011 111011

Color Harmonies of #4249ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249ED

Black with #4249ED

Text Example


Text Example

White with #4249ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,73,237); }

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

background-color css

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

 a { background-color: rgb(66,73,237); }

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

border-color css

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

 span { border-color: rgb(66,73,237); }

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