#423DED

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

Shades of Neon Blue #423DED

Tints of Neon Blue #423DED

Color information

#423DED (or 0x423DED) is unknown color: approx Neon Blue. HEX triplet: 42, 3D and ED. RGB value is (66,61,237). Sum of RGB (Red+Green+Blue) = 66+61+237=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #423DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DED is #BDC212. Grayscale: #515151. Windows color (decimal): -12435987 or 15547714. OLE color: 15547714.

HSL color Cylindrical-coordinate representation of color #423DED: hue angle of 241.7º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423DED is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6661237-
CMYK0.720.7400.07
HSL241.7º83.02%58.43%-
HSV(B)241.7º74.26%92.94%-
XYZ19.210.6181.16-
YUV82.56215.16116.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 237 (92.97% from 255) = 65.11%
R=18.13%
G=16.76%
B=65.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66612370.720.7400.07241.783.0258.43
Hex423DED484A07f2533a
Octal102753551101120736212372
Binary100001011110111101101100100010010100111111100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423DED; }

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

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

<style>
 a { background-color: #423DED; }

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

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

<style>
 span { border-color: #423DED; }

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

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