#423DFF

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

Shades of Neon Blue #423DFF

Tints of Neon Blue #423DFF

Color information

#423DFF (or 0x423DFF) is unknown color: approx Neon Blue. HEX triplet: 42, 3D and FF. RGB value is (66,61,255). Sum of RGB (Red+Green+Blue) = 66+61+255=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #423DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DFF is #BDC200. Grayscale: #535353. Windows color (decimal): -12435969 or 16727362. OLE color: 16727362.

HSL color Cylindrical-coordinate representation of color #423DFF: hue angle of 241.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423DFF is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6661255-
CMYK0.740.7600
HSL241.55º100%61.96%-
HSV(B)241.55º76.08%100%-
XYZ21.9711.7295.71-
YUV84.61224.16114.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 255 (100% from 255) = 66.75%
R=17.28%
G=15.97%
B=66.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal66612550.740.7600241.5510061.96
Hex423DFF4A4C00f2643e
Octal102753771121140036214476
Binary1000010111101111111111001010100110000111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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