Html Css Color HEX #4249EF Neon Blue

📋 copy color: '#4249EF'

red 66 ◦ green 73 ◦ blue 239

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

Shades of Neon Blue #4249EF

Tints of Neon Blue #4249EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 17.46%
G = 19.31%
B = 63.23%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4249EF (or 0x4249EF) is known color: Neon Blue. HEX triplet: 42, 49 and EF. RGB value is (66,73,239). Sum of RGB (Red+Green+Blue) = 66+73+239=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #4249EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249EF is #BDB610. Grayscale: #595959. Windows color (decimal): -12432913 or 15681858. OLE color: 15681858.

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

Color convert

RGB 66 73 239 -
CMYK 0.72 0.69 0 0.06
HSL 237.57º 0.84% 0.6% -
HSV(B) 237.57º 0.72% 0.94% -
XYZ 20.21 12.16 82.94 -
YUV 89.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 66 73 239 0.72 0.69 0 0.06 237.57 0.84 0.6
Hex 42 49 EF 48 45 0 6 EE 54 3C
Octal 102 111 357 110 105 0 6 356 124 74
Binary 1000010 1001001 11101111 1001000 1000101 0 110 11101110 1010100 111100

Color Harmonies of #4249EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249EF

Black with #4249EF

Text Example


Text Example

White with #4249EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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