Html Css Color HEX #4248EA Neon Blue

📋 copy color: '#4248EA'

red 66 ◦ green 72 ◦ blue 234

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

Shades of Neon Blue #4248EA

Tints of Neon Blue #4248EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 234 (91.8% from 255) = 62.9%

R = 17.74%
G = 19.35%
B = 62.9%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4248EA (or 0x4248EA) is known color: Neon Blue. HEX triplet: 42, 48 and EA. RGB value is (66,72,234). Sum of RGB (Red+Green+Blue) = 66+72+234=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4248EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4248EA is #BDB715. Grayscale: #585858. Windows color (decimal): -12433174 or 15353922. OLE color: 15353922.

HSL color Cylindrical-coordinate representation of color #4248EA: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4248EA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 72 234 -
CMYK 0.72 0.69 0 0.08
HSL 237.86º 0.8% 0.59% -
HSV(B) 237.86º 0.72% 0.92% -
XYZ 19.42 11.73 79.08 -
YUV 88.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 66 72 234 0.72 0.69 0 0.08 237.86 0.8 0.59
Hex 42 48 EA 48 45 0 8 EE 50 3B
Octal 102 110 352 110 105 0 10 356 120 73
Binary 1000010 1001000 11101010 1001000 1000101 0 1000 11101110 1010000 111011

Color Harmonies of #4248EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4248EA

Black with #4248EA

Text Example


Text Example

White with #4248EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4248EA; }

 p { color: rgb(66,72,234); }

 H1.HeaderClassName
 {
   color: #4248EA;
 }
 .AnyTagClassName
 {
   color: #4248EA;
 }
</style>

background-color css

<style>
 a { background-color: #4248EA; }

 a { background-color: rgb(66,72,234); }

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

border-color css

<style>
 span { border-color: #4248EA; }

 span { border-color: rgb(66,72,234); }

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