#4238EB

Color #4238EB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4238EB

Tints of Neon Blue #4238EB

Color information

#4238EB (or 0x4238EB) is unknown color: approx Neon Blue. HEX triplet: 42, 38 and EB. RGB value is (66,56,235). Sum of RGB (Red+Green+Blue) = 66+56+235=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #4238EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4238EB is #BDC714. Grayscale: #4E4E4E. Windows color (decimal): -12437269 or 15415362. OLE color: 15415362.

HSL color Cylindrical-coordinate representation of color #4238EB: hue angle of 243.35º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4238EB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6656235-
CMYK0.720.7600.08
HSL243.35º81.74%57.06%-
HSV(B)243.35º76.17%92.16%-
XYZ18.669.9879.54-
YUV79.4215.81118.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 235 (92.19% from 255) = 65.83%
R=18.49%
G=15.69%
B=65.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal66562350.720.7600.08243.3581.7457.06
Hex4238EB484C08f35239
Octal1027035311011401036312271
Binary1000010111000111010111001000100110001000111100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4238EB; }

 p { color: rgb(66,56,235); }

 H1.HeaderClassName
 {
   color: #4238EB;
 }
 .AnyTagClassName
 {
   color: #4238EB;
 }
</style>
background-color css

<style>
 a { background-color: #4238EB; }

 a { background-color: rgb(66,56,235); }

 div.DivClassName
 {
   background-color: #4238EB;
 }
 .BgClassName
 {
   background-color: #4238EB;
 }
</style>
border-color css

<style>
 span { border-color: #4238EB; }

 span { border-color: rgb(66,56,235); }

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