Html Css Color HEX #4245ED Neon Blue

📋 copy color: '#4245ED'

red 66 ◦ green 69 ◦ blue 237

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

Shades of Neon Blue #4245ED

Tints of Neon Blue #4245ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

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

R = 17.74%
G = 18.55%
B = 63.71%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4245ED (or 0x4245ED) is known color: Neon Blue. HEX triplet: 42, 45 and ED. RGB value is (66,69,237). Sum of RGB (Red+Green+Blue) = 66+69+237=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #4245ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4245ED is #BDBA12. Grayscale: #565656. Windows color (decimal): -12433939 or 15549762. OLE color: 15549762.

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

Color convert

RGB 66 69 237 -
CMYK 0.72 0.71 0 0.07
HSL 238.95º 0.83% 0.59% -
HSV(B) 238.95º 0.72% 0.93% -
XYZ 19.66 11.53 81.31 -
YUV 87.26 212.51 112.84 -
System Red Green Blue C M Y K H S L
Decimal 66 69 237 0.72 0.71 0 0.07 238.95 0.83 0.59
Hex 42 45 ED 48 47 0 7 EF 53 3B
Octal 102 105 355 110 107 0 7 357 123 73
Binary 1000010 1000101 11101101 1001000 1000111 0 111 11101111 1010011 111011

Color Harmonies of #4245ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4245ED

Black with #4245ED

Text Example


Text Example

White with #4245ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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