#4235DE

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

Shades of Neon Blue #4235DE

Tints of Neon Blue #4235DE

Color information

#4235DE (or 0x4235DE) is unknown color: approx Neon Blue. HEX triplet: 42, 35 and DE. RGB value is (66,53,222). Sum of RGB (Red+Green+Blue) = 66+53+222=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #4235DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4235DE is #BDCA21. Grayscale: #4B4B4B. Windows color (decimal): -12438050 or 14562626. OLE color: 14562626.

HSL color Cylindrical-coordinate representation of color #4235DE: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4235DE is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6653222-
CMYK0.700.7600.13
HSL244.62º71.91%53.92%-
HSV(B)244.62º76.13%87.06%-
XYZ16.78.9869.96-
YUV76.15210.31120.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 222 (87.11% from 255) = 65.10%
R=19.35%
G=15.54%
B=65.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66532220.700.7600.13244.6271.9153.92
Hex4235DE464C0Df54836
Octal1026533610611401536511066
Binary1000010110101110111101000110100110001101111101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4235DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4235DE; }

 p { color: rgb(66,53,222); }

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

<style>
 a { background-color: #4235DE; }

 a { background-color: rgb(66,53,222); }

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

<style>
 span { border-color: #4235DE; }

 span { border-color: rgb(66,53,222); }

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