Html Css Color HEX #4246ED Neon Blue

📋 copy color: '#4246ED'

red 66 ◦ green 70 ◦ blue 237

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

Shades of Neon Blue #4246ED

Tints of Neon Blue #4246ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

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

R = 17.69%
G = 18.77%
B = 63.54%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4246ED (or 0x4246ED) is known color: Neon Blue. HEX triplet: 42, 46 and ED. RGB value is (66,70,237). Sum of RGB (Red+Green+Blue) = 66+70+237=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #4246ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4246ED is #BDB912. Grayscale: #575757. Windows color (decimal): -12433683 or 15550018. OLE color: 15550018.

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

Color convert

RGB 66 70 237 -
CMYK 0.72 0.70 0 0.07
HSL 238.6º 0.83% 0.59% -
HSV(B) 238.6º 0.72% 0.93% -
XYZ 19.72 11.65 81.33 -
YUV 87.84 212.17 112.42 -
System Red Green Blue C M Y K H S L
Decimal 66 70 237 0.72 0.70 0 0.07 238.6 0.83 0.59
Hex 42 46 ED 48 46 0 7 EF 53 3B
Octal 102 106 355 110 106 0 7 357 123 73
Binary 1000010 1000110 11101101 1001000 1000110 0 111 11101111 1010011 111011

Color Harmonies of #4246ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246ED

Black with #4246ED

Text Example


Text Example

White with #4246ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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